DELETE
/webhooksDelete a webhook destination
Delete a destination and stop delivering events to it.
Query Parameters
endpoint_idstringrequired
The endpoint id
Example: "whe_20a18ce0"
Request
DELETE/webhooks
curl --location 'https://api.ledgr.dev/v1/webhooks' \
--header 'Authorization: {api_key}'Response
Deleted
{
"status": "success"
}