curl --request DELETE \
--url https://api.open.cx/phone/sip/outbound-trunks/{trunk_id}{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Delete an outbound trunk. Agents using this trunk will lose outbound call capability until reassigned.
curl --request DELETE \
--url https://api.open.cx/phone/sip/outbound-trunks/{trunk_id}{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Default Response
Was this page helpful?