Published
- 1 min read
delete all in neo4j
The solution for this is noted below
delete all in neo4j
Solution
MATCH (n)
DETACH DELETE n
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
MATCH (n)
DETACH DELETE n
Try other methods by searching on the site. That is if this doesn’t work