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

# Delete Webhook

> Delete a webhook subscription

Permanently deletes a webhook subscription. No further events will be delivered to the endpoint.

**Permission:** `webhooks:manage`

## Path parameters

<ParamField path="id" type="string" required>
  The webhook subscription ID
</ParamField>

## Response

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