0 votes
in Neo4j by
how you can create/delete databases in Neo4j?

1 Answer

0 votes
by

To delete/remove entire graph directory you can use command rm –rf data/* as such Neo4j is not storing anything outside that.

...