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>" } }
Delete a domain from your Contiguity account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The domain to delete
"example.com"
Delete a domain from your account
The response is of type object.
object
Was this page helpful?