deleteSipTrunk.Rd
Use this API to remove existing SIP Trunk of a Sub Account.<b>Prerequisites:</b>* The account making this API request must be a Master Account with API Partner Plan https://zoom.us/plan/api and SIP Connected Audio Plan.**Scope:** sip_trunk:master
deleteSipTrunk(accountId, trunkId, return_response = F)
accountId | Unique identifier of the Sub Account. |
---|---|
trunkId | Unique identifier of the SIP Trunk that was previously assigned to a Sub Account. To retrieve the value of this field, use the List SIP Trunks API. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |