apoc.any.isDeleted

Details

Syntax

apoc.any.isDeleted(object)

Description

Returns true if the given NODE or RELATIONSHIP no longer exists.

Arguments

Name

Type

Description

object

ANY

The node or relationship to check the non-existence of.

Returns

BOOLEAN

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.