delete_scene
Delete a scene file from the Godot project, with option to force close and delete if currently open.
Instructions
Delete a scene file from the project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Scene file path to delete | |
| force | No | Force close and delete if scene is currently open |