API Documentation
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
SIP
Remove SIP Outbound Route
Remove an existing SIP outbound route.
DELETE
/
api
/
v2
/
sip
/
outboundRoutes
Remove SIP Outbound Route
Copy
Ask AI
curl --request DELETE \
--url https://api.vida.dev/api/v2/sip/outboundRoutes \
--header 'Content-Type: application/json' \
--data '{
"route": "1.1.1.1:5060;transport=udp"
}'
Copy
Ask AI
{
"success": true,
"message": "Route removed successfully"
}
Authorizations
Vida API Token
Body
application/json
Response
200
application/json
Successful response
The response is of type object
.
Remove SIP Outbound Route
Copy
Ask AI
curl --request DELETE \
--url https://api.vida.dev/api/v2/sip/outboundRoutes \
--header 'Content-Type: application/json' \
--data '{
"route": "1.1.1.1:5060;transport=udp"
}'
Copy
Ask AI
{
"success": true,
"message": "Route removed successfully"
}
Assistant
Responses are generated using AI and may contain mistakes.