I am trying to execute query like : Match(res:Resource) Set res:Delete , its working fine but sometimes it throws Neo.ClientError.Statement.EntityNotFound (Unable to load NODE with id 22897967.). This issue is intermittent.
Programming Langauge : Go Lang
Neo4j Driver Version : 4.4.1
Connection : Bolt
Hello @cpatil there are some StackOverflow articles with users who have encountered the same error as you. https://stackoverflow.com/questions/27380491/neo-clienterror-statement-entitynotfound-when-deleting-and-then-creating-nodes-i
These might help you troubleshoot.