remove_scene_node
Remove a specified node from a Godot scene file. Provide the project, scene, and node path to delete the node directly from the file system.
Instructions
Remove a node from a scene file (headless)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodePath | Yes | Path to the node to remove (e.g., "root/Player/OldNode") | |
| scenePath | Yes | Scene file path (relative to project) | |
| projectPath | Yes | Godot project path |