メインコンテンツへスキップ
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>'

承認

Authorization
string
header
必須

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

パスパラメータ

id
string
必須

ID of the organization.

discovery_domain_id
string
必須

ID of the discovery domain.

レスポンス

Organization discovery domain successfully deleted.