Remove Node Graph Node
remove_graph_nodeDelete a node from a node-material graph by its stable ID. Required for removing specific nodes to clean up or modify material graphs.
Instructions
Delete a node by id from a node-material graph. The id must match the node's stable maxon.Id (as reported by list_graph_nodes or assigned via $id in apply_graph_description).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Target the scene-nodes graph on the active document. | |
| handle | No | Material handle. Required unless `scope:'document'`. | |
| node_id | Yes | The id of the node to remove. | |
| node_space | No | Alias 'standard' | 'redshift' | 'scenenodes' or maxon.Id. Default 'standard'. |