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

# Delete Webhook

> Permanently remove a webhook endpoint.

### Path Parameters

<ParamField path="id" type="string" required>
  The unique webhook ID to delete.
</ParamField>

<ResponseExample>
  ```text 204 No Content theme={null}
  (Empty response body)
  ```
</ResponseExample>
