Delete Graph

Deletes an existing graph from the graph server and/or persist.

Input Parameter Description

Name Type Description
graph_name string Name of the graph to be deleted.
options map of string to strings

Optional parameters. The default value is an empty map ( {} ).

Supported Parameters (keys) Parameter Description
delete_persist

If set to true, the graph is removed from the server and persist. If set to false, the graph is removed from the server but is left in persist. The graph can be reloaded from persist if it is recreated with the same 'graph_name'. The default value is true. The supported values are:

  • true
  • false
server_id Indicates which graph server(s) to send the request to. Default is to send to get information about all the servers.

Output Parameter Description

Name Type Description
result boolean Indicates a successful deletion.
info map of string to strings Additional information.