cURL
curl --request DELETE \ --url https://api.daimo.com/v1/webhooks/{webhookId} \ --header 'Authorization: Bearer <token>'
{ "deleted": true, "id": "<string>" }
Soft-deletes a webhook endpoint. It will no longer receive events.
API key passed as a Bearer token
Webhook endpoint ID
"02ab4563-07ee-4373-8472-9c7dc1027409"
Webhook deleted
true