admin.usergroups.removeChannels
method
Welcome to the new home of Slack developer docs!
We're still building and not all features are available quite yet. Enjoy this peek into the future!
Not ready for the future? Return to the past at api.slack.com.
Usage info
Response
You may also receive a "partial" success response when some of the provided channels in the channel_ids
are removed successfully. In this case, invalid_channels
contains the channels that could not be removed.
{
"ok": false,
"error": "channel_not_found",
"invalid_channels": ["C1234D1R4", "C1234D1R5"]
}
You might see a partial success if you do not have enough permissions to manage all the specified channels, or if some channel_ids
are not valid, or if the types of some channels are not supported.