API Documentation
Authorization
Agents
Phone Numbers
SIP
Knowledge
Accounts
Billing
API Reference
Webhooks
Remove webhook
DELETE
/
api
/
v2
/
webhooks
curl --request DELETE \
--url https://api.vida.dev/api/v2/webhooks \
--header 'Content-Type: application/json' \
--data '{
"url": "https://hooks.zapier.com/hooks/catch/123456/abcdef"
}'
{
"success": true,
"message": "Webhook deleted successfully"
}
Authorizations
Vida API Token
Body
application/json
Webhook URL to remove
curl --request DELETE \
--url https://api.vida.dev/api/v2/webhooks \
--header 'Content-Type: application/json' \
--data '{
"url": "https://hooks.zapier.com/hooks/catch/123456/abcdef"
}'
{
"success": true,
"message": "Webhook deleted successfully"
}