Authorizations
Vida API Token
Body
application/json
Outbound route to remove
Example:
"1.1.1.1:5060;transport=udp"
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"
}
Remove an existing SIP outbound route.
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"
}
Vida API Token
Outbound route to remove
"1.1.1.1:5060;transport=udp"