# Delete domain claim **DELETE /organizations/{organization_id}/domains** Delete domain claim. ## Servers - https://api.elastic-cloud.com/api/v1: https://api.elastic-cloud.com/api/v1 () ## Parameters ### Path parameters - **organization_id** (string) Identifier for the Organization ### Body: application/json (object) The domain claim to remove - **domain_claim_request** (string) The request to remove a domain claim ## Responses ### 200 With status 200 ok to signal the domain has been unclaimed #### Body: application/json (object) object ### 400 An IdP is configured for the organization. (code: `org.idp.idp_configured`) #### Headers - **x-cloud-error-codes** (string) The error codes associated with the response #### Body: application/json (object) - **errors** (array[object]) A list of errors that occurred in the failing request ### 404 Organization not found. (code: `organization.not_found`) #### Headers - **x-cloud-error-codes** (string) The error codes associated with the response #### Body: application/json (object) - **errors** (array[object]) A list of errors that occurred in the failing request ### 409 Concurrent organization modification. (code: `org.domain_claim.concurrent_organization_modification`) #### Headers - **x-cloud-error-codes** (string) The error codes associated with the response #### Body: application/json (object) - **errors** (array[object]) A list of errors that occurred in the failing request [Powered by Bump.sh](https://bump.sh)