delete_file
Remove a specific file from the filesystem using its path, supporting both relative and absolute paths, to manage storage efficiently and securely.
Instructions
Removes a specific file. Accepts relative or absolute paths.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | The path to the file to delete. Can be relative or absolute (resolved like readFile). |