Skip to main content
DELETE
/
webhooks
/
{id}
Delete Webhook
curl --request DELETE \
  --url https://api.caminotreasury.com/v1/webhooks/{id} \
  --header 'x-api-key: <api-key>'
{
  "deleted": true
}

Authorizations

x-api-key
string
header
required

API key for authentication. Pass your key in the x-api-key header.

Path Parameters

id
integer
required

Webhook ID

Response

Webhook deleted successfully

deleted
boolean
Example:

true