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.


Request Params

KeyDatatypeRequiredDescription
member_idsstring(Required) The members' member IDs. Use commas (,) to separate a supported maximum of 20 IDs.
user_idsstring(Required) The members' member IDs or user IDs. Use commas (,) to separate a supported maximum of 20 IDs.