Skip to main content
DELETE
Delete a webhook subscription

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

Organization ID

Example:

"org-abc123"

id
string
required

Webhook subscription ID

Example:

"whs-9c2f1a7e"

Response

Subscription deleted; no response body