Logo
Zoom Public API Documentation

Unassign all phone numbers

DELETE {{baseUrl}}/phone/call_queues/:callQueueId/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

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/phone/call_queues/:callQueueId/phone_numbers' -H 'Accept: application/json'

ENDPOINTS