Skip to main content
DELETE
/
v1
/
webhooks
/
{webhookId}
Disable a webhook
curl --request DELETE \
  --url https://api.ledger.so/v1/webhooks/{webhookId} \
  --header 'Authorization: Bearer <token>'
{
  "ok": false,
  "error": {
    "code": "UNAUTHORIZED",
    "message": "Invalid API key"
  }
}

Authorizations

Authorization
string
header
required

Pass your API key as a Bearer token: Authorization: Bearer ld_live_...

Path Parameters

webhookId
string
required

The webhook ID

Response

Webhook disabled