Skip to main content
DELETE
/
v1
/
webhooks
/
{webhookId}
Delete webhook
curl --request DELETE \
  --url https://api.ledger.so/v1/webhooks/{webhookId} \
  --header 'Api-Key: <api-key>'
{
  "object": "deleted",
  "id": "<string>",
  "deleted": true
}

Authorizations

Api-Key
string
header
required

API key for authentication. Get your key from the Dashboard.

Path Parameters

webhookId
string
required

The webhook endpoint ID

Response

Webhook deleted

object
enum<string>
Available options:
deleted
id
string
deleted
enum<boolean>
Available options:
true,
false