Logo
Zoom Public API Documentation

Unassign a role

DELETE {{baseUrl}}/roles/:roleId/members/:memberId

User roles can have a set of permissions that allows access only to the pages a user needs to view or edit. Use this API to unassign a user's role.

Prerequisites:

  • A Pro or a higher plan.

Scopes: role:write: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/roles/:roleId/members/:memberId'

ENDPOINTS