> ## 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 webhook

> Supprime un endpoint webhook existant.

## Endpoint

```txt theme={null}
DELETE /api/v1/webhooks/{id}
```

## Paramètres path

| Nom  | Type | Requis | Description   |
| ---- | ---- | ------ | ------------- |
| `id` | UUID | oui    | ID du webhook |

## Réponse succès `200`

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