cURL
curl --request DELETE \ --url https://api.ledger.so/v1/webhooks/{webhookId} \ --header 'Api-Key: <api-key>'
{ "object": "deleted", "id": "<string>", "deleted": true }
Delete a webhook endpoint.
API key for authentication. Get your key from the Dashboard.
The webhook endpoint ID
Webhook deleted
deleted
true
false