> ## Documentation Index
> Fetch the complete documentation index at: https://docs.taap.it/llms.txt
> Use this file to discover all available pages before exploring further.

# Supprimer un domaine

> Supprimer un domaine de votre compte

**Requête :**

```bash cURL theme={null}
curl -X DELETE 'https://api.taap.it/v1/domains/domain_987654321' \
  -H 'Authorization: Bearer taapit_votre_cle_api_ici'
```

**Réponse :**

```json theme={null}
{
  "message": "Domaine supprimé avec succès"
}
```

## Autorisation

<ParamField header="Authorization" type="string" required>
  Token Bearer pour l'authentification API. Format : `Bearer YOUR_API_KEY`
</ParamField>

## Paramètres de chemin

<ParamField path="domain_id" type="string" required>
  Identifiant unique du domaine à supprimer
</ParamField>
