This endpoint permanently deletes a webhook configuration. The webhook will immediately stop receiving events.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/helicone/helicone/llms.txt
Use this file to discover all available pages before exploring further.
Use Cases
- Remove outdated webhook configurations
- Clean up test webhooks
- Disable integrations
- Rotate webhook endpoints
Path Parameters
The unique identifier of the webhook to delete. This is the
id field returned from the list webhooks endpoint.Response
Returns a Result object indicating success or failure.Null on success
Error message if the request failed, null on success
Example Request
Example Response
Error Response
Notes
- Deletion is permanent and cannot be undone
- The webhook will immediately stop receiving events
- You can only delete webhooks that belong to your organization
- Any in-flight webhook requests may still be delivered
