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

# ID で事業部門を削除

指定した外部IDを持つ事業部門をデータセットから削除します。

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

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

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

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

| パラメーター       | 型             | 説明                                                                   |
| ------------ | ------------- | -------------------------------------------------------------------- |
| `region`     | path, string  | 必須。請求書の対象地域。サポートされている地域: US: USA, AU: オーストラリア, EU: 欧州連合加盟国, CA: カナダ。 |
| `ExternalId` | query, string | 必須。外部の事業部門 ID。                                                       |

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

成功した場合、サーバーから HTTP ステータス `204 No Content` が返されます。
