API Documentation
Authorization
Agents
Phone Numbers
SIP
Knowledge
Accounts
Billing
API Reference
SIP
Remove sip outbound route
DELETE
/
api
/
v2
/
sip
/
outboundRoutes
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"
}'
{
"success": true,
"message": "Route removed successfully"
}
Authorizations
Vida API Token
Body
application/json
Outbound route to remove
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"
}'
{
"success": true,
"message": "Route removed successfully"
}