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

# Delete webhook

> Delete a webhook and its logs. Returns 204.

<ParamField path="id" type="string" required>
  Webhook UUID.
</ParamField>

<RequestExample>
  ```bash theme={null}
  curl -X DELETE https://connect.trypost.it/api/webhooks/a1b2c3d4-e5f6-7890-abcd-ef1234567890 \
    -H "Authorization: Bearer YOUR_API_KEY"
  ```
</RequestExample>
