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"
}