Logo
Zoom Public API Documentation

Unassign a member

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

Removes a member who was previously added to a call queue. The member could be a phone user or common area. Note that you cannot use this API to unassign a call queue manager.

Prerequisites:

  • Pro or higher account plan.
  • Zoom Phone license

Scopes: phone:write:admin

Granular Scopes: phone:delete:call_queue_member: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/:callQueueId/members/:memberId'

ENDPOINTS