Skip to main content
DELETE
/
v1
/
webhooks
/
{webhookId}
Delete webhook endpoint
curl --request DELETE \
  --url https://api.daimo.com/v1/webhooks/{webhookId} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true,
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

API key passed as a Bearer token

Path Parameters

webhookId
string
required

Webhook endpoint ID

Example:

"02ab4563-07ee-4373-8472-9c7dc1027409"

Response

Webhook deleted

deleted
enum<boolean>
required
Available options:
true
id
string
required