remove_node
Remove a specified node from a Godot scene by providing the project, scene, and target node path.
Instructions
Remove a node from a scene
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | ||
| scenePath | Yes | ||
| nodePath | Yes | Path to target node to remove |