Slack

slack_kick_from_channel

Remove a user from a channel.

Remote node2flow/slack

Other tools also called slack_kick_from_channel? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "user": {
      "type": "string",
      "description": "User ID to remove"
    },
    "channel": {
      "type": "string",
      "description": "Channel ID"
    }
  }
}
          

Provider

Slack →