Command to delete all nodes. This is good for when you’re experimenting with a small number of items. Instructions from Stackoverflow.
1 2 |
MATCH (n) DETACH DELETE n |
Command to delete all nodes. This is good for when you’re experimenting with a small number of items. Instructions from Stackoverflow.
1 2 |
MATCH (n) DETACH DELETE n |