remove_node
Remove a node and its children from Godot scene files while cleaning up associated signal connections. Use this tool to delete nodes from .tscn files and maintain project structure.
Instructions
Remove a node and all its children from a .tscn scene file. Also removes associated signal connections.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene | Yes | Path to the .tscn file | |
| nodePath | Yes | Node path to remove | |
| expectedHash | No | Expected content hash for stale-edit prevention |