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

> Delete an existing webhook endpoint.

## Endpoint

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

## Parameters path

| Nom  | Type | Required | Description   |
| ---- | ---- | -------- | ------------- |
| `id` | UUID | yes      | ID du webhook |

## Success response `200`

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