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

# Delete webhook

> Remove a webhook endpoint.

Permanently deletes a webhook. No further events will be delivered to the URL.

## Path parameters

<ParamField path="id" type="string" required>
  UUID of the webhook to delete.
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "success": true,
    "message": "Webhook deleted successfully"
  }
  ```
</ResponseExample>
