cURL
curl --request DELETE \ --url https://api.taap.it/v1/domains/{domain_id} \ --header 'Authorization: <authorization>'
Remove a domain from your account
Documentation IndexFetch the complete documentation index at: https://docs.taap.it/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.taap.it/llms.txt
Use this file to discover all available pages before exploring further.
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