> ## 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 nach Region entfernen

> Löschen Sie mit der DELETE-Methode Remove vendor by region in der ABBYY FlexiCapture for Invoices Cloud API alle Vendors einer bestimmten Region aus dem Datensatz.

Entfernt alle Vendors der angegebenen Region aus dem Datensatz."

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

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

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. Region für Invoice. Unterstützte Regionen: `US`: USA, `AU`: Australien, `EU`: Länder der Europäischen Union, `CA`: Kanada. |

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

Bei Erfolg antwortet der Server mit dem HTTP-Status `204 No Content`.
