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

# Delete Webhook

### Parameters

<ParamField path="id" type="string" required>
  Webhook id to delete
</ParamField>

<RequestExample>
  ```bash Request theme={null}
  curl -X DELETE https://api.gotolstoy.com/webhooks/{id} \
    --header 'Authorization: Bearer <API_KEY>'
  ```
</RequestExample>
