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

# Delete Webhook

> Permanently delete a webhook

## Path Parameters

<ParamField path="webhook_id" type="string" required>
  The ID of the webhook to delete
</ParamField>

## Response

```json theme={null}
{
  "id": "webhook_abc123",
  "object": "webhook",
  "deleted": true
}
```

<Warning>
  This action cannot be undone. The webhook will immediately stop receiving events.
</Warning>
