API Documentation
Authorization
Agents
Phone Numbers
SIP
Messaging
Webhooks
Knowledge
Accounts
- POSTCreate a new reseller
- GETList resellers
- POSTCreate a new organization
- DELDelete an organization
- GETList organizations
- GETList agent accounts
- POSTCreate a new account
- DELDelete an account
- GETList admin users
- DELDelete admin user
- POSTInvite admin user
- GETFetch Account by externalAccountId
- POSTUpdate Organization Settings
Billing
Webhooks
Remove Webhook
Remove an existing webhook destination.
DELETE
/
api
/
v2
/
webhooks
Copy
Ask AI
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"
}'
Copy
Ask AI
{
"success": true,
"message": "Webhook deleted successfully"
}
Authorizations
Vida API Token
Body
application/json
Response
200
application/json
Successful response
The response is of type object
.
Copy
Ask AI
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"
}'
Copy
Ask AI
{
"success": true,
"message": "Webhook deleted successfully"
}
Assistant
Responses are generated using AI and may contain mistakes.