Delete an existing graph
DELETE/graph/:graph_id
Delete an existing graph
Request​
Path Parameters
graph_id stringrequired
The identifier of the graph
Example: fix
Query Parameters
truncate boolean
If this parameter is set, leave the graph definition, but wipe the data.
Responses​
- 200
Ok when the delete operation was successful
- text/plain
- Schema
- Example
Schema
any
Graph deleted.
Loading...