curl --request DELETE \
--url 'https://api.vida.dev/api/v2/webhooks?token=' \
--header 'Content-Type: application/json' \
--data '
{
"url": "https://hooks.zapier.com/hooks/catch/123456/abcdef"
}
'{
"success": true,
"message": "Webhook deleted successfully"
}Remove an existing webhook destination.
curl --request DELETE \
--url 'https://api.vida.dev/api/v2/webhooks?token=' \
--header 'Content-Type: application/json' \
--data '
{
"url": "https://hooks.zapier.com/hooks/catch/123456/abcdef"
}
'{
"success": true,
"message": "Webhook deleted successfully"
}Documentation Index
Fetch the complete documentation index at: https://vida.io/docs/llms.txt
Use this file to discover all available pages before exploring further.