apoc.any.isDeleted

Function

apoc.any.isDeleted(object ANY) - returns true if the given NODE or RELATIONSHIP no longer exists.

This function is not considered safe to run from multiple threads. It is therefore not supported by the parallel runtime (introduced in Neo4j 5.13). For more information, see the Cypher Manual → Parallel runtime.

Signature

apoc.any.isDeleted (object :: ANY) :: BOOLEAN

Input parameters

Name Type Default

object

ANY

null