> ## 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.

# Vendor per ID entfernen

Entfernt einen Vendor mit der angegebenen externen ID aus dem Datensatz.

<div id="http-request">
  ## HTTP-Anfrage
</div>

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

Ersetzen Sie `{location-id}` durch Ihren [unterstützten Standort](/de/flexi-capture/cloud/cloud-f-cfor-invoices-api#icaas-supported-countries).

<div id="path-parameters">
  ## Pfadparameter
</div>

| Parameter        | Typ           | Beschreibung                                                                                                                                   |
| ---------------- | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| `region`         | path, string  | Erforderlich. Rechnungsregion. Unterstützte Regionen: `US`: USA, `AU`: Australien, `EU`: Mitgliedstaaten der Europäischen Union, `CA`: Kanada. |
| `ExternalId`     | query, string | Erforderlich. Externe Vendor-ID.                                                                                                               |
| `businessUnitId` | path, string  | Erforderlich. Geschäftsbereich-ID.                                                                                                             |

<div id="response">
  ## Antwort
</div>

Bei Erfolg gibt der Server den HTTP-Statuscode `204 No Content` zurück.
