Delete Domain API
DELETE /domains/:name
Deletes an existing authoritative domain by its name.
Path Parameter
Name | Type | Description |
---|---|---|
name |
string | The name of the domain |
Authentication
This endpoint requires authentication via Bearer token or API key in query string.
Example Request
curl -X DELETE "https://dnsprivacy.org.uk/domains/example.com" \
-H 'accept: application/json' \
-H 'Authorization: Bearer <your-access-token>'
Response (200 OK)
Empty Response