delete_file
Remove a file from a Godot project by providing the project path and the file path relative to the project root.
Instructions
Delete a file from a Godot project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | File path relative to project root | |
| projectPath | Yes | Godot project path |