Skip to main content
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>'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

ID of the organization.

discovery_domain_id
string
required

ID of the discovery domain.

Response

Organization discovery domain successfully deleted.