delete all data from neo4j from command line code example Example: delete all nodes neo4j MATCH (n) DETACH DELETE n;