hot to delete nodes from neo4j code example Example: delete all nodes neo4j MATCH (n) DETACH DELETE n;