forge_remove_node
Remove a node from the Godot scene tree by specifying its path to modify game structure during development.
Instructions
Remove a node from the Godot scene tree by its path.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path of the node to remove, e.g., "/root/World/Player" |