Skip to main content
DELETE
Delete a webhook

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header as Bearer <api_key>.

Headers

Idempotency-Key
string

Unique key for idempotent requests (24-hour cache)

Path Parameters

webhookId
string
required

Webhook ID (e.g., whk_...)

Response

Webhook disabled

id
string
required
url
string<uri>
required

Webhook endpoint URL

events
string[]
required

Event types to subscribe to

enabled
boolean
required
secret
string

Webhook signing secret

createdAt
string<date-time> | null
updatedAt
string<date-time> | null