Delete a node with the given node id.
DELETEhttps://localhost:8900/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
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL