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"
}
Remove an existing webhook destination.
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"
}
Vida API Token
Successful response
The response is of type object
.