clean_safe_targets
Delete specified temporary cache folders or files safely by providing absolute paths and confirming the action, with built-in protection guards to prevent accidental deletion.
Instructions
Safely delete specified temporary cache folders or files with built-in protection guards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targets | Yes | Array of absolute file or directory paths to clean | |
| confirmAction | Yes | Must be true to execute deletion |