Get API key
Authenticated all requests require Authorization: Bearer mk_test_…Learn more
API ReferenceWebhooksRevoke a webhook endpoint

Revoke a webhook endpoint

DELETE/api/v1/webhooks/{webhook_id} idempotent

Parameters

webhook_id*
stringpath

Responses

Success body
{
  "status": 200,
  "message": "OK",
  "data": {}
}

Returned object

FieldTypeSample
statusnumber200
messagestringOK
dataobject{0 keys}