Slack

SLACKBOT_REMOVE_A_USER_FROM_A_CONVERSATION

Removes a specified user from a Slack conversation (channel); the caller must have permissions to remove users and cannot remove themselves using this action.

Remote slackbot

Other tools also called SLACKBOT_REMOVE_A_USER_FROM_A_CONVERSATION? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "user": {
      "type": "string",
      "title": "User",
      "examples": [
        "U012A3BCD4E",
        "W1234567890"
      ],
      "description": "The ID of the user to be removed from the conversation."
    },
    "channel": {
      "type": "string",
      "title": "Channel",
      "examples": [
        "C012AB3CD4E",
        "G1234567890"
      ],
      "description": "ID of the conversation (channel) to remove the user from."
    }
  }
}
          

Provider

Slack →