Slack

SLACKBOT_REVOKE_PUBLIC_SHARING_ACCESS_FOR_A_FILE

Revokes a Slack file's public URL, making it private; this is a no-op if not already public and is irreversible.

Remote slackbot

Other tools also called SLACKBOT_REVOKE_PUBLIC_SHARING_ACCESS_FOR_A_FILE? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "file": {
      "type": "string",
      "title": "File",
      "examples": [
        "F123ABC456"
      ],
      "description": "The ID of the file for which to revoke the public URL. This unique identifier typically starts with 'F'."
    }
  }
}
          

Provider

Slack →