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

# Delete Organization Domains

> Remove the association between an Organization and a domain using the Auth0 Dashboard or Management API.

When you delete an Organization domain, the association between the domain and the organization is permanently removed. This operation cannot be undone.

## Delete an Organization domain with the Auth0 Dashboard

To delete an Organization domain in the Auth0 Dashboard:

1. Navigate to [Auth0 Dashboard > Organizations](https://manage.auth0.com/#/organizations) and choose your organization.
2. Select the **Domains** tab.
3. Next to the domain you want to remove, open the actions (**...**) menu and select **Delete**.
4. In the window that opens, confirm the deletion.

## Delete an Organization domain with the Management API

To delete an Organization domain with the Management API, call the [Delete an organization discovery domain endpoint](/docs/api/management/v2/organizations/delete-discovery-domains-by-discovery-domain-id) (`DELETE /organizations/{id}/discovery-domains/{discovery_domain_id}`).
