DELETE
/
{domain}
cURL
curl --request DELETE \
  --url https://api.contiguity.com/domains/{domain} \
  --header 'Authorization: Bearer <token>'
{
  "id": "req_xxxxxxxxxxxxxxxx",
  "timestamp": 1756076560866,
  "api_version": "v2025.8.24",
  "object": "response",
  "data": {
    "success": true,
    "message": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

domain
string
required

The domain to delete

Example:

"example.com"

Response

200
application/json

Delete a domain from your account

The response is of type object.