App Logo
slack.com

Delete Slack file

Delete a file you own by its id (F…). Permanent. Returns the deleted file id. Requires login.

Input

file required

File id (F…) to delete.

workspaceDomain optional

Workspace host, e.g. acme.slack.com. Defaults to the active workspace.

Output

ok required
file required

FAQ

Delete a file you own by its id (F…). Permanent. Returns the deleted file id. Requires login.
Required: file. Optional: workspaceDomain.
It returns ok, file.
Yes. It acts as you on slack.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the slack.com cookies saved by the Reduck extension.
It makes changes on slack.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/slack.com/delete_file, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/slack.com/delete_file
It is part of Reduck's official curated catalogue.

Start building not clicking