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

# Delete

Löscht einen Task sowie alle Eingabe- und Ausgabedateien anhand der Task-ID.

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

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

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

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

| Parameter | Typ          | Beschreibung           |
| --------- | ------------ | ---------------------- |
| `id`      | path, string | Erforderlich. Task ID. |

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

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