A channel https://support.zoom.us/hc/enus/articles/200912909GettingStartedWithChannelsGroupMessaging can have one or multiple members. Use this API to remove a member from a chat channel. **Scopes:** chat_channel:write ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium <p style="backgroundcolor:#e1f5fe; color:#01579b; padding:8px"> <b>Note: </b> This API only supports <b>usermanaged</b> <a href="https://marketplace.zoom.us/docs/guides/gettingstarted/apptypes/createoauthapp">OAuth app</a>.</p>

removeMember(channelId, memberId, return_response = F)

Arguments

channelId

Unique Identifier of the Channel from where you would like to remove a member. This can be retrieved from the List Channels API https://marketplace.zoom.us/docs/apireference/zoomapi/chatchannels/getchannels .

memberId

Email address of the member whom you would like to be remove from the channel.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.