Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
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.
Vida API Token
Webhook URL to remove
"https://hooks.zapier.com/hooks/catch/123456/abcdef"
Successful response
true
"Webhook deleted successfully"