remove_scene_node
Removes a specified node from a Godot scene file. Provide project path, scene file, 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 |