remove_node
Delete a node from a Godot scene by providing the scene file path and the node path to remove.
Instructions
Remove a node from a scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_path | Yes | Node path to remove (e.g. "Main/Enemy") | |
| scene_path | Yes | Path to .tscn file |