Passer au contenu principal
DELETE
/
organizations
/
{id}
/
discovery-domains
/
{discovery_domain_id}
Delete an organization discovery domain
curl --request DELETE \
  --url https://{tenantDomain}/api/v2/organizations/{id}/discovery-domains/{discovery_domain_id} \
  --header 'Authorization: Bearer <token>'

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Paramètres de chemin

id
string
requis

ID of the organization.

discovery_domain_id
string
requis

ID of the discovery domain.

Réponse

Organization discovery domain successfully deleted.