delete neo4j node in a transcation and get it in another code example Example: delete all nodes neo4j MATCH (n) DETACH DELETE n;