delete
Remove individual files safely with preview capability to prevent accidental deletion of directories, symlinks, or system files.
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) |