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

# Delete Webhook

> Remove a registered webhook endpoint.

## DELETE /v1/webhooks/:id

```bash theme={null}
curl -X DELETE https://api.boobie.ai/v1/webhooks/wh_abc123 \
  -H "Authorization: Bearer YOUR_BOOBIE_API_KEY"
```

### Response

```json theme={null}
{
  "id": "wh_abc123",
  "deleted": true
}
```
