unassignPhoneNumber.Rd
After assigning a phone number, you can unbind it if you don't want it to be assigned to a Call Queue https://support.zoom.us/hc/enus/articles/360021524831ManagingCallQueues . Use this API to unbind a phone number from a Call Queue. After successful unbinding, the number will appear in the Unassigned tab https://zoom.us/signin#/numbers/unassigned .**Prerequisites:*** Pro or higher account palan* Account owner or admin permissions* Zoom Phone license **Scopes:** phone:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light
unassignPhoneNumber(callQueueId, phoneNumberId, return_response = F)
callQueueId | Unique Identifier of the Call Queue. This can be retrieved from the List Call Queues API. |
---|---|
phoneNumberId | Unique Identifier of the Phone Number. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |