delete relationship in neo4j without using match code example Example: delete relationship neo4j MATCH (n { name: 'Andy' })-[r:KNOWS]->() DELETE r