I have experienced that when I delete some node (which may have relationships) or relationship in neo4j using cypher query, it do not give anything in return like in mysql db.
is there any way which can give the confirmation about the number of affected node (like number of node deleted) in cypher ?
MATCH n-[r?]-()
– agpt