Skip to main content
DELETE
Delete Webhook
Returns 200 with an encrypted { "response": { "Token": "<JWE>" } } envelope; the decrypted body is { "id": "<uuid>" }. {id} is the webhook’s UUID. Deletion is permanent.

Authorizations

Authorization
string
header
required

HTTP Basic Authentication using your Secret Key as the username and an empty password

Path Parameters

id
string
required

The unique identifier of the webhook

Response

Webhook deleted successfully

id
string<uuid>
required

Id of the deleted webhook. Returned inside the encrypted response Token.