deleteAllNumbers.Rd
With SIPconnected audio, Zoom establishes a SIP trunk a network connection specifically designed to make and deliver phone calls over a direct and private connection between the customer’s network and the Zoom cloud. Meeting participants that dial into a meeting or have the meeting call them, and are OnNet from the perspective of the customers' IP telephony network, will be connected over this trunk rather than over the PSTN. Use this API to delete all internal numbers assigned to a Sub Account.**Prerequisites:*** Pro or a higher account with SIP Connected Audio plan enabled.* The account must be a Master Account**Scopes:** sip_trunk:master ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light
deleteAllNumbers(accountId, return_response = F)
accountId | Account ID of the Sub Account from which the numbers are to be deleted. This can be retrieved from List Sub Accounts https://marketplace.zoom.us/docs/apireference/zoomapi/accounts/account API. |
---|---|
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |