Skip to main content
DELETE
Delete a Webhook Subscription

Authorizations

Authorization
string
header
required

JWT from GET /auth/token. Pass as Authorization: Bearer <token>. Expires after 7200s.

Path Parameters

wid
string
required

Unique identifier for a webhook subscription.

Pattern: ^wid_[0-9a-f]{24}$
Example:

"wid_a1b2c3d4e5f6a1b2c3d4e5f6"

Response

Webhook subscription deleted. No response body.

Last modified on March 25, 2026