Slack
SLACK_DELETE_A_PUBLIC_OR_PRIVATE_CHANNEL
Permanently and irreversibly deletes a specified public or private channel, including all its messages and files, within a Slack Enterprise Grid organization.
Remote slack
Other tools also called SLACK_DELETE_A_PUBLIC_OR_PRIVATE_CHANNEL?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel_id": {
"type": "string",
"description": "ID of the channel to be permanently deleted. This channel can be public or private.\nExample: \"C0123456789\""
}
}
}