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

# Supprimer un contact

> Supprimer un contact

## Requête

```bash theme={null}
curl -X DELETE "https://app.orova.ai/api/contacts/CONTACT_ID" \
  -H "x-api-key: YOUR_API_KEY"
```

## Paramètres de chemin

| Paramètre | Type   | Description   |
| --------- | ------ | ------------- |
| `id`      | string | ID du contact |

## Réponse

```json theme={null}
{
  "message": "Contact deleted successfully"
}
```
