Logo
Zoom Public API Documentation

Unassign all members

DELETE {{baseUrl}}/phone/call_queues/:callQueueId/members

Use this API to remove all members from a Call Queue who were previously assigned to that Call Queue. The members could be phone users or common area phones. Prerequisites:

  • Pro or higher account plan.
  • 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/members' -H 'Accept: application/json'

ENDPOINTS