delete
Delete a single file with safety controls. Preview deletions using dry-run mode to avoid accidental removal of system files or directories.
Instructions
Deletes a single file. Safety: no directory/symlink deletion, no path traversal, no system files, TOCTOU protection. Use dry_run=true to preview.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the file to delete | |
| dry_run | Yes | Preview deletion without actually removing the file (default false) |