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

# Delete Webhook

> Permanently delete a webhook and its delivery history.

## Endpoint

```
DELETE /v3/webhooks/:id
```

## Example

```bash theme={null}
curl -X DELETE https://api.polynode.dev/v3/webhooks/wh_451e06ca0534 \
  -H "Authorization: Bearer YOUR_API_KEY"
```

## Response

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