cURL
curl --request DELETE \ --url https://api.contiguity.com/domains/{domain} \ --header 'Authorization: Bearer <token>'
{ "id": "req_xxxxxxxxxxxxxxxx", "timestamp": 1770363397691, "api_version": "v2026.2.6", "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
"req_xxxxxxxxxxxxxxxx"
1770363397691
"v2026.2.6"
"response"
Show child attributes
Was this page helpful?