Delete a node with the given node id.
DELETE/graph/:graph_id/node/:node_id
Experimental: This API is not stable and might be subject of change.
Delete a node with the given node id.
Request​
Path Parameters
graph_id stringrequired
The identifier of the graph
Example: fix
node_id stringrequired
The identifier of the node
Responses​
- 204
Node is deleted
Loading...