App Logo
slack.com

Remove member from Slack channel

Remove (kick) a member from a channel, by channel name/id and user @handle or id (U…). Requires login and permission. Returns the channel and removed user.

Input

user required

User @handle or id (U…) to remove.

channel required

Channel name/#name or id (C…).

workspaceDomain optional

Workspace host, e.g. acme.slack.com. Defaults to the active workspace.

Output

ok required
user required
channel required

FAQ

Remove (kick) a member from a channel, by channel name/id and user @handle or id (U…). Requires login and permission. Returns the channel and removed user.
Required: channel, user. Optional: workspaceDomain.
It returns ok, user, channel.
Yes. It acts as you on slack.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the slack.com cookies saved by the Reduck extension.
It makes changes on slack.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/slack.com/kick_from_channel, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/slack.com/kick_from_channel
It is part of Reduck's official curated catalogue.

Start building not clicking