Path parameters
-
organization_id
string Required Identifier for the Organization
Body
Required
The domain claim to remove
-
domain_claim_request
string Required The request to remove a domain claim
Responses
-
200 application/json
With status 200 ok to signal the domain has been unclaimed
-
400 application/json
An IdP is configured for the organization. (code:
org.idp.idp_configured
) -
404 application/json
Organization not found. (code:
organization.not_found
) -
409 application/json
Concurrent organization modification. (code:
org.domain_claim.concurrent_organization_modification
)
DELETE
/organizations/{organization_id}/domains
curl \
--request DELETE 'https://api.elastic-cloud.com/api/v1/organizations/{organization_id}/domains' \
--header "Content-Type: application/json" \
--data '{"domain_claim_request":"string"}'