remove_scene_node
remove_scene_nodeRemoves a specified node from a Godot scene file using headless mode. Provide the project path, scene file path, and node path to delete.
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 |