Logo
Zoom Public API Documentation

Remove a member

DELETE {{baseUrl}}/chat/users/:userId/channels/:channelId/members/:identifier

Removes a member from a chat channel. A channel can have one or many members. For user-level apps, pass the me value instead of the userId parameter.

Scopes: chat_channel:write:admin
Rate Limit Label: Medium

Note: For an account-level OAuth app, this API can only be used on behalf of a user who is assigned with a role that has Edit permission for Chat Channels.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/chat/users/:userId/channels/:channelId/members/:identifier'

ENDPOINTS