curl --request DELETE \
--url https://{tenantDomain}/api/v2/organizations/{id}/discovery-domains/{discovery_domain_id} \
--header 'Authorization: Bearer <token>'Remove a discovery domain from an organization. This action cannot be undone.
curl --request DELETE \
--url https://{tenantDomain}/api/v2/organizations/{id}/discovery-domains/{discovery_domain_id} \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://auth0-sdk8048.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the organization.
ID of the discovery domain.
Organization discovery domain successfully deleted.
Cette page vous a-t-elle été utile ?