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

# DELETE Supprimer un groupe

> Supprime un groupe de contacts.

## Endpoint

```txt theme={null}
DELETE /api/v1/contacts/groups/{groupId}
```

## Réponse succès `200`

```json theme={null}
{
  "data": {
    "deleted": true
  }
}
```
