you are probably doing it right, only the control panel shows only a higher identifier, and therefore the number of "active" nodes, relationships, although they are not. it is just informative.
to make sure you have an empty graph, run the following command:
START n=node(*) return count(n); START r=rel(*) return count(r);
if both give you 0, your delete was successful.
ulkas Jan 10 '13 at 8:44 2013-01-10 08:44
source share