Skip to main content
This endpoint permanently deletes a webhook configuration. The webhook will immediately stop receiving events.

Use Cases

  • Remove outdated webhook configurations
  • Clean up test webhooks
  • Disable integrations
  • Rotate webhook endpoints

Path Parameters

string
required
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
Null on success
string | null
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