Remove a webhook subscription

Deletes a webhook subscription

Path Params
string
required

Webhook ID

Response
200
{
  "deleted_at": "2020-11-17T12:39:24.546147",
  "date_created": "2020-11-17T12:39:12.846994",
  "webhook_id": "d2413481-6564-4977-a1cc-aefcba5f89b6",
  "callback_url": "https://hostname.com/webhook/route",
  "description": "KYC state changes.",
  "events": [
    "kyc.verification.success",
    "kyc.verification.failure",
    "kyc.verification.kba",
    "kyc.verification.error",
    "kyc.verification.timeout"
  ],
  "status": "disabled",
  "secret": "whsec_fmLMp39V+u4q8mQsizj+LTELLO5j5m0z"
}
Language
Credentials
Response
Click Try It! to start a request and see the response here!