remove_node
Delete a node and its children from a Godot scene by specifying the project path, scene file, and node path to remove.
Instructions
Remove a node (and all its children) from a scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project directory | |
| scenePath | Yes | Scene file path | |
| nodePath | Yes | Node path to remove (e.g. Player/OldSprite) |