Drop an Graph From the Database

Hello!!

I want to delete the graph stored in my database so that I can recreate the new graph.

I am running the following command to delete the graph

JanusGraphFactory.drop(graph);


  1. Does it clean the graph schema too ? Or I need to drop schema separately ?
  2. Does it deletes the data stored in the indexes ?
Was this page helpful?