SIP
Remove SIP Outbound Route
API Documentation
Authorization
Agents
Phone Numbers
SIP
Messaging
Knowledge
Accounts
Billing
SIP
Remove SIP Outbound Route
Remove an existing 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
Response
200
application/json
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"
}