Skip to main content
DELETE
https://api.taap.it
/
v1
/
domains
/
{domain_id}
Delete Domain
curl --request DELETE \
  --url https://api.taap.it/v1/domains/{domain_id} \
  --header 'Authorization: <authorization>'
Request:
cURL
curl -X DELETE 'https://api.taap.it/v1/domains/domain_987654321' \
  -H 'Authorization: Bearer taapit_your_api_key_here'
Response:
{
  "message": "Domain deleted successfully"
}

Authorization

Authorization
string
required
Bearer token for API authentication. Format: Bearer YOUR_API_KEY

Path Parameters

domain_id
string
required
Unique identifier for the domain to delete