Logo
Zoom Public API Documentation

Batch remove members from a channel

DELETE {{baseUrl}}/chat/channels/:channelId/members?member_ids=<string>&user_ids=<string>

Batch removes multiple members from a chat channel. A channel can have one or many members.

Scopes: chat_channel:write
Rate Limit Label: Medium

Note: This API only supports user-managed OAuth apps.


 

Body PARAM

Key Datatype Required Description 
member_ids
string (Required) The members' member IDs. Use commas (,) to separate a supported maximum of 20 IDs.
user_ids
string (Required) The members' member IDs or user IDs. Use commas (,) to separate a supported maximum of 20 IDs.



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/chat/channels/:channelId/members?member_ids=<string>&user_ids=<string>?member_ids=<string>&user_ids=<string>'

ENDPOINTS