cURL
curl --request DELETE \ --url https://api.caminotreasury.com/v1/webhooks/{id} \ --header 'x-api-key: <api-key>'
{ "deleted": true }
Removes a webhook endpoint.
API key for authentication. Pass your key in the x-api-key header.
x-api-key
Webhook ID
Webhook deleted successfully
true