Slack
slack_delete_file
Delete a file from the workspace.
Remote node2flow/slack
Other tools also called slack_delete_file?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"file": {
"type": "string",
"description": "File ID to delete"
}
}
}