Delete Webhook

Unregister the webhook

The endpoint allows the cancellation of notifications for the selected event. All undelivered messages will be deleted.

delete
Authorizations
Path parameters
eventstringRequired

The event that for which the webhook is registered.

Responses
204

Webhook was successfully unregistered. No content is returned in response.

No content

delete
DELETE /v1/webhooks/{event} HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*

No content

Last updated