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
400
Bad Request. See message / detail for explanation of the error
application/json
404
Webhook not found
application/json
500
Internal server error
application/json
delete
DELETE /v1/webhooks/{event} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
No content
Last updated