> ## Documentation Index
> Fetch the complete documentation index at: https://translations.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 組織のドメインを削除する

> Auth0 Dashboard または Management API を使用して、組織とドメインの関連付けを削除します。

組織 ドメインを削除すると、ドメインと 組織 の関連付けは完全に削除されます。この操作は元に戻せません。

<div id="delete-an-organization-domain-with-the-auth0-dashboard">
  ## Auth0 Dashboard で組織のドメインを削除する
</div>

Auth0 Dashboard で組織のドメインを削除するには、次の手順を行います。

1. [Auth0 Dashboard > Organizations](https://manage.auth0.com/#/organizations) に移動し、organization を選択します。
2. **Domains** タブを選択します。
3. 削除するドメインの横にあるアクションメニュー (**...**) を開き、**Delete** を選択します。
4. 表示されたウィンドウで、削除を確定します。

<div id="delete-an-organization-domain-with-the-management-api">
  ## Management API を使用して組織ドメインを削除する
</div>

Management API で組織ドメインを削除するには、[organization の discovery domain を削除する endpoint](/docs/ja-jp/api/management/v2/organizations/delete-discovery-domains-by-discovery-domain-id) (`DELETE /organizations/{id}/discovery-domains/{discovery_domain_id}`) を呼び出します。
