delete_file
Remove a specific file from the local filesystem using its path. Accepts relative or absolute paths to securely delete files via the Filesystem MCP Server.
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). |