Slack
SLACKBOT_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 slackbot
Other tools also called SLACKBOT_DELETE_A_PUBLIC_OR_PRIVATE_CHANNEL?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel_id": {
"type": "string",
"title": "Channel Id",
"examples": [
"C0123456789"
],
"description": "ID of the channel to be permanently deleted. This channel can be public or private."
}
}
}