---
title: "Removes a user from a Slack channel."
method: POST
path: "/removeUserFromChannel"
tags: ["channel", "user"]
---

# Removes a user from a Slack channel.

`POST /removeUserFromChannel`

Removes a specified user from a given Slack channel.

## Request body

- object
  - `body` object — Body of the removeUserFromChannel sls call
    - `arguments` object, required
      - `channelId` string, required — The ID of the channel to remove the user from. Channel IDs start with 'C'.
      - `userId` string, required — The ID of the user to remove. User IDs start with 'U'.

## Response `200`

Successful response

- object
  - `ok` boolean, required — Indicates if the request was successful.

## Other responses

- `400` — Bad Request - Invalid parameters
- `500` — Internal Server Error

## Changes

- **2025-07-15** `c28a413c6b00` — 2 breaking, 4 info
  - removed the media type `application/json` for the response with the status `400`
  - removed the media type `application/json` for the response with the status `500`
  - api tag `channel` added
  - api tag `user` added
  - …2 more
- **2025-07-10** `b883cbfe46f6` — 1 info
  - endpoint added
- **2025-06-20** `37c50ff8be3a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/microfox-ai/apis/slack-d/changes/removeUserFromChannel/post.md)

---

[API](https://skmtc.dev/microfox-ai/apis/slack-d.md) · [All operations](https://skmtc.dev/microfox-ai/apis/slack-d/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/microfox-ai/slack-d/revisions/cd0edf0c2cdf/schema)
