neo4j delte all nodes and realtionships code example Example: delete all nodes neo4j MATCH (n) DETACH DELETE n;