Logo
Zoom Public API Documentation

Delete members in a role

DELETE {{baseUrl}}/phone/roles/:roleId/members?user_ids=<string>&user_ids=<string>

Use this API to delete member(s) in a role.

Prerequisites: * Business or Education account * Zoom Phone license

Scopes: phone:write:admin

Granular Scopes: phone:delete:role_member:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 
user_ids
string (Required) The user IDs or email addresses of the user
user_ids
string (Required) The user IDs or email addresses of the user



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/phone/roles/:roleId/members?user_ids=<string>&user_ids=<string>?user_ids=<string>&user_ids=<string>'

ENDPOINTS