Management API
cURL
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the organization.
ID of the discovery domain.
Organization discovery domain successfully deleted.