cURL
curl --request DELETE \ --url https://api.taap.it/v1/domains/{domain_id} \ --header 'Authorization: <authorization>'
Supprimer un domaine de votre compte
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_votre_cle_api_ici'
{ "message": "Domaine supprimé avec succès" }
Bearer YOUR_API_KEY