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
Successful response
The response is of type object
.
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"
}