Skip to main content

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​

Ok when the delete operation was successful

Schema

    any

Loading...