remove_scene_node
Remove a node from a Godot scene by specifying the project, scene, and node paths.
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 |