Slack

SLACK_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 slack

Other tools also called SLACK_DELETE_A_FILE_BY_ID? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "file": {
      "type": "string",
      "description": "ID of the file to delete. Typically obtained when a file is uploaded or listed.\nExamples:\n  \"F2147483002\"\n  \"F012345AB67\""
    }
  }
}
          

Provider

Slack →