Slack

SLACKBOT_LEAVE_A_CONVERSATION

Leaves a Slack conversation given its channel ID; fails if leaving as the last member of a private channel or if used on a Slack Connect channel.

Remote slackbot

Other tools also called SLACKBOT_LEAVE_A_CONVERSATION? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "channel": {
      "type": "string",
      "title": "Channel",
      "examples": [
        "C1234567890",
        "D9876543210",
        "G12345ABCDE"
      ],
      "description": "ID of the conversation to leave (e.g., C1234567890). Despite `default=None` in the schema, this ID is functionally required by the Slack API."
    }
  }
}
          

Provider

Slack →