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

> File.Upload で返される ファイル ID と access token を使用して、v2/file の DELETE メソッドにより FlexiCapture for Invoices Cloud からファイルを削除します。

クラウドからファイルを削除します。"

<div id="http-request">
  ## HTTP リクエスト
</div>

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

`{location-id}` は、ご利用の[サポートされているロケーション](/ja/flexi-capture/cloud/cloud-f-cfor-invoices-api#icaas-supported-countries) に置き換えてください。

<div id="path-parameters">
  ## パスパラメーター
</div>

| パラメーター  | 型            | 説明                                               |
| ------- | ------------ | ------------------------------------------------ |
| `id`    | path, string | 必須。**file.Upload** メソッドのレスポンスで返されたファイル ID。       |
| `token` | path, string | 必須。**file.Upload** メソッドのレスポンスで返されたファイルアクセス トークン。 |

<div id="response">
  ## レスポンス
</div>

成功した場合、サーバーは HTTP ステータス `204 No Content` を返します。
