Skip to main content
DELETE
Delete a webhook endpoint

Path Parameters

Example Request

Response

Returns a confirmation message on success.

Error Response

Returns a 404 if the webhook ID does not exist.
Deleting a webhook endpoint is permanent. Any events queued for delivery to this endpoint will be discarded. If you want to temporarily stop receiving events, consider setting the endpoint status to inactive instead.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Path Parameters

id
string<uuid>
required

Response

Endpoint deleted.

message
string