On this page
Since 20.0

Deletes an array of nodes from the specified APEX graph. The nodes are identified by the APEX node id, a unique id per node created at run time.

Inputs

*graph: ApexGraphHandle Required

The APEX graph the node are deleted from.

nodeids: ApexNodeIDArray

The array of node ids defining the nodes to be deleted.

Outputs

*graph: ApexGraphHandle

The updated APEX graph the nodes got deleted from.

APEX Nodes