Use this API to unbind all phone numbers that are assigned to a Call Queue https://support.zoom.us/hc/enus/articles/360021524831ManagingCallQueues After successful unbinding, the numbers will appear in the Unassigned tab https://zoom.us/signin#/numbers/unassigned . If you only need to unassign a specific phone number, use the Unassign a Phone Number API instead. **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

unassignAllPhoneNumbers(callQueueId, return_response = F)

Arguments

callQueueId

Unique Identifier of the Call Queue. This can be retrieved from List Call Queues API.

return_response

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