RemoveGraph
Description
Removes a graph specified by graphId from a Session.
Prototype
Status RemoveGraph(uint32_t graph_id);
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
graph_id |
Input |
ID of the graph to be removed. |
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
Status |
GE_CLI_SESS_REMOVE_FAILED: Serialization failed when a subgraph is deleted. SUCCESS: Subgraph deleted successfully. FAILED: Failed to delete the subgraph. |
Restrictions
None
Parent topic: Graph Running APIs