delete_file
DESTRUCTIVE — IRREVERSIBLE. Permanently delete a file from the user's Drive. Removes the file from S3 storage and the database. Storage quota is freed immediately. ALWAYS ask for explicit user confirmation before calling this tool.
delete_file
When to use
DESTRUCTIVE — IRREVERSIBLE. Permanently delete a file from the user's Drive. Removes the file from S3 storage and the database. Storage quota is freed immediately. ALWAYS ask for explicit user confirmation before calling this tool.
Parameters to validate before calling
file_token (string, required) — The file token (UUID) of the file to delete. Get via fetch_files.
Notes
DESTRUCTIVE — IRREVERSIBLE. Always confirm with the user before calling. Explain what will be lost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_token | Yes | The file token (UUID) of the file to delete. Get via fetch_files. |