curl --request DELETE \
--url https://api.open.cx/phone/sip/transfer-destinations/{destination_id}{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Delete a transfer destination. It will also be removed from all agents.
curl --request DELETE \
--url https://api.open.cx/phone/sip/transfer-destinations/{destination_id}{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Default Response
Was this page helpful?