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. Note: This API only supports user-managed OAuth apps.
Scopes: chat_channel:write
Rate Limit Label: Medium
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
ENDPOINTS