Skip to main content
DELETE
Permanently remove a webhook listener subscription by its UUID. Once deleted, no further HTTP delivery requests will be sent to the callback URL.

Authentication

This endpoint requires Bearer token authentication.

Input parameters

string
required
Unique UUID identifier of the webhook to delete. Example: 8f3b0e2a-71d3-4a5f-9e6b-123456789abc.
string
required
Bearer token for authentication. Format: Bearer <token>.

Response Fields

string
Confirmation message: "Webhook deleted successfully".


Previous
Webhooks Overview
Back to Webhooks documentation hub
Overview