This API allows a Master Account with SIP Connected Audio plan to delete a previously assigned internal phone number from a Master Account or a Sub Account.To delete an internal number from a Sub Account, provide the account ID of the Sub Account in the accountId path parameter. To delete an internal number from a Master Account, provide me as the value of the accountId path parameter.<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

deleteInternalNumber(accountId, numberId, return_response = F)

Arguments

accountId

Unique Identifier of the account. To delete an internal number from a Sub Account, provide the account ID of the Sub Account in the accountId path parameter. To delete an internal number from a Master Account, provide me as the value of the accountId path parameter.

numberId

Unique identifier of the phone number. This value can be retrieved by calling the List Internal Numbers API.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.