How to delete Neptune graph or delete all vertex and edges from the graph.
Is there also way from the gremlin. Rather than iterating all the nodes and delete single vertex
Gremlin Code will be g.V().limit(100000).drop().iterate();
Update: g.V().drop().iterate() is sufficient, as drop all queries have now been optimised in Neptune.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With