Slack
SLACKBOT_DELETE_A_FILE_BY_ID
Permanently deletes an existing file from a Slack workspace using its unique file ID; this action is irreversible and also removes any associated comments or shares.
Remote slackbot
Other tools also called SLACKBOT_DELETE_A_FILE_BY_ID?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"file": {
"type": "string",
"title": "File",
"examples": [
"F2147483002",
"F012345AB67"
],
"description": "ID of the file to delete. Typically obtained when a file is uploaded or listed."
}
}
}