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
| 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: ``