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:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium <p style="backgroundcolor:#e1f5fe; color:#01579b; padding:8px"> <b>Note: </b> For an<b> accountlevel</b> <a href="https://marketplace.zoom.us/docs/guides/gettingstarted/apptypes/createoauthapp">OAuth app</a>, this API can only be used on behalf of a user who is assigned with a <b><a href="https://support.zoom.us/hc/enus/articles/115001078646Usingrolemanagement#:~:text=Each

removeMember_ChatChannelsAccountlevel(
  channelId,
  memberId,
  userId,
  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.

userId

Unique identifier of the channel owner.

return_response

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