Skip to main content
DELETE
Delete Webhook
Deletes a webhook configuration.

Overview

Permanently delete a webhook configuration. Pending deliveries will not be sent after deletion.
This action is irreversible. All pending deliveries for this webhook will be cancelled and not sent.

Authentication

Authorization
string
required
Bearer token with write:webhooks scope

Path Parameters

id
string
required
The webhook configuration ID (UUID v4)

Response

Returns 204 No Content on successful deletion.

Example Request

Error Responses

Best Practices

Before deleting a webhook:
  1. Disable first - Set isActive: false to test impact
  2. Monitor for issues - Ensure no critical integrations depend on it
  3. Update dependent systems - Notify systems expecting webhook deliveries

Alternative: Disable Instead of Delete

If you might need the webhook later, consider disabling it instead:

List Webhooks

List all webhook configurations

Create Webhook

Create a new webhook