### Delete a webhook endpoint

`DELETE /api/v1/admin/webhooks/endpoints/{id}`

Removes the endpoint. Queued deliveries for it stop.

- Authentication: manager session (JWT) or API token
- Permission: `prm_notifications_manage` (Manage notification channels & templates)
- Risk: write
- Rate limit bucket: `t_mutate`

#### Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `id` | path | integer | yes | Endpoint id. |

