Slack
SLACK_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 slack
Other tools also called SLACK_REMOVE_A_REMOTE_FILE?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"file": {
"type": "string",
"description": "Slack-specific file ID.\nExamples:\n \"F0123ABCDEF\"\n \"F9876ZYXWVU\""
},
"token": {
"type": "string",
"description": "Authentication token."
},
"external_id": {
"type": "string",
"description": "Creator-defined, globally unique ID (GUID) for the file.\nExamples:\n \"my-unique-file-guid-12345\"\n \"doc-abc-external-id\""
}
}
}