delete_node
Remove a node and all its descendants from a Godot scene file.
Instructions
Delete a node (and its descendants) from a scene
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| scenePath | Yes | Path to the scene file | |
| nodePath | Yes | Path to the node to delete |