Slack
slack_archive_channel
Archive a channel. Archived channels can be unarchived later.
Remote node2flow/slack
Other tools also called slack_archive_channel?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel": {
"type": "string",
"description": "Channel ID to archive"
}
}
}