English
cURL
curl --request DELETE \ --url https://api.taap.it/v1/domains/{domain_id} \ --header 'Authorization: <authorization>'
Remove a domain from your account
curl -X DELETE 'https://api.taap.it/v1/domains/domain_987654321' \ -H 'Authorization: Bearer taapit_your_api_key_here'
{ "message": "Domain deleted successfully" }
Bearer YOUR_API_KEY