Slack

SLACKBOT_REMOVE_A_REMOTE_FILE

Removes the Slack reference to an external file (which must have been previously added via the remote files API), specified by either its `external_id` or `file` ID (one of which is required), without deleting the actual external file.

Remote slackbot

Other tools also called SLACKBOT_REMOVE_A_REMOTE_FILE? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "file": {
      "type": "string",
      "title": "File",
      "examples": [
        "F0123ABCDEF",
        "F9876ZYXWVU"
      ],
      "description": "Slack-specific file ID."
    },
    "token": {
      "type": "string",
      "title": "Token",
      "description": "Authentication token."
    },
    "external_id": {
      "type": "string",
      "title": "External Id",
      "examples": [
        "my-unique-file-guid-12345",
        "doc-abc-external-id"
      ],
      "description": "Creator-defined, globally unique ID (GUID) for the file."
    }
  }
}
          

Provider

Slack →