Skip to main content
DELETE
/
api
/
domains
/
{id}
cURL
curl --request DELETE \
  --url https://domainwarden.app/api/domains/{id} \
  --header 'Authorization: Bearer <token>'
{
  "description": "No Content"
}

Authorizations

Authorization
string
header
required

You can obtain your API Token from your Domainwarden account settings.

Path Parameters

id
string
required

The ID of the domain.

Response

description
string
Example:

"No Content"