Skip to main content
DELETE
Delete Webhook Endpoint
Permanently deletes a webhook endpoint. All pending deliveries for this endpoint are cancelled.

Auth

Requires a valid Bearer token. User must be a member of the organization.

Path Parameters

string
required
Organization identifier.
string
required
Webhook endpoint identifier.

Response

boolean
Always true on success.
string
Confirmation message.

Example