I tried to delete nodes in neo4j using cypher query MATCH (n:WORKGROUP) detach delete n RETURN count(n)
and getting the below error
{"results":[],"errors":[{"code":"Neo.ClientError.Statement.EntityNotFound","message":"Node with id 46103 has been deleted in this transaction"}]}.
Some times it works some time its not. So what is causing this problem?