remove_node
Remove a node from an existing scene in a Godot project. Provide the project path, scene file, and node path.
Instructions
Remove a node from an existing scene in a Godot project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| scenePath | Yes | Path to the scene file (relative to project) | |
| nodePath | Yes | Path to the node to remove (e.g., "Player", "UI/HealthBar") |