> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Remove vendor by ID

Removes a vendor with the specified external ID from the dataset.

## HTTP request

```http theme={null}
DELETE https://api-{location-id}.flexicapture.com/v2/dataset/vendor/{region}/{externalId}/{businessUnitId}
```

Replace `{location-id}` with your [supported location](/flexi-capture/cloud/cloud-f-cfor-invoices-api#icaas-supported-countries).

## Path parameters

| Parameter        | Type          | Description                                                                                                            |
| ---------------- | ------------- | ---------------------------------------------------------------------------------------------------------------------- |
| `region`         | path, string  | Required. Invoice region. Supported regions: `US`: USA, `AU`: Australia, `EU`: European Union countries, `CA`: Canada. |
| `ExternalId`     | query, string | Required. External vendor ID.                                                                                          |
| `businessUnitId` | path, string  | Required. Business Unit ID.                                                                                            |

## Response

If successful, the server returns a `204 No Content` HTTP status.
