{
  "args": {
    "channel_ids": {
      "desc": "An array of channel IDs to exclude from Slack AI.",
      "example": "[\"C12345\", \"C98765\"]",
      "required": true,
      "type": "array"
    },
    "exclude": {
      "desc": "Whether the channels should be excluded from Slack AI.",
      "example": "true",
      "required": true,
      "type": "boolean"
    }
  },
  "desc": "Exclude channels from Slack AI in bulk",
  "errors": {
    "action_already_in_progress": "Another bulk action request is currently in progress",
    "feature_not_enabled": "The feature is not enabled",
    "no_valid_channels": "All input channels are invalid",
    "restricted_action": "User does not have permission to perform this action"
  },
  "rate_limit": {
    "label": "Tier 2: 20+ per minute",
    "url": "https://docs.slack.dev/apis/web-api/rate-limits"
  },
  "scopes": {
    "user": [
      {
        "name": "admin.conversations:write",
        "url": "https://docs.slack.dev/reference/scopes/admin.conversations.write"
      }
    ]
  }
}

