Logo
Zoom Public API Documentation

Unassign all phone numbers

DELETE {{baseUrl}}/phone/call_queues/:groupId/phone_numbers

Use this API to unbind all phone numbers that are assigned to a Call Queue After successful unbinding, the numbers will appear in the Unassigned tab. 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

Granular Scopes: phone:delete:call_queue_number:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/phone/call_queues/:groupId/phone_numbers'

ENDPOINTS