Search⌘ K

Channel Management

Explore how to effectively manage Slack channels by using the API to remove users with conversations.kick and archive channels with conversations.archive. Learn key API parameters and permissions necessary for these tasks.

Overview

Let’s look at the following endpoints in this lesson:

  1. conversations.kick: This endpoint removes a user from a conversation.
  2. conversations.archive: This endpoint archives a conversation.

Remove a user from a channel

To remove a user from a channel, we access the https://slack.com/api/conversations.kick endpoint.

Only channel owners and workspace ...