Slack
SLACK_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 slack
Other tools also called SLACK_REVOKE_PUBLIC_SHARING_ACCESS_FOR_A_FILE?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"file": {
"type": "string",
"description": "The ID of the file for which to revoke the public URL. This unique identifier typically starts with 'F'.\nExample: \"F123ABC456\""
}
}
}