Webhooks
Delete a webhook
Remove the subscription. Past delivery records are kept for debugging.
Authorization
ApiKey AuthorizationBearer <token>
API key issued to the partner, sent with the Bearer prefix — for example: Authorization: Bearer sk_live_abc123.
In: header
Path Parameters
id*integer
Numeric ID of the webhook, as returned by list or create.
id*string
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/webhooks/string/"Empty
Update a webhook PATCH
Change a webhook's endpoint, event or active flag. Pause deliveries by setting `is_active` to false.
Send a test delivery POST
Enqueue a signed test payload to the webhook's endpoint so you can confirm your receiver. Returns as soon as the job is queued; the delivery itself is asynchronous.