Logo
Zoom Public API Documentation

Unassign a member

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

Use this API to remove a member who was previously added to a call queue. The member could be a phone user, common area phone 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

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/:memberId' -H 'Accept: application/json'

ENDPOINTS