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

# Delete Webhook

> Remove a webhook

## Endpoint

## Example

```bash theme={null}
curl -X DELETE https://api.wede.pt/v1/webhooks/wh-abc123 \
  -H "x-wede-api-key: wede_live_YOUR_KEY"
```

Returns `204 No Content` on success.
