Remove Xpresso Graph Node
remove_xpresso_nodeDelete a node from an Xpresso graph by providing its handle. All incoming and outgoing connections are automatically removed.
Instructions
Delete a GvNode from an Xpresso graph. The handle must be a gv_node handle pointing at the target (use list_xpresso_nodes to discover its path id). All incoming / outgoing connections on the node are severed automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | gv_node handle for the node to remove. |