apoc.uuid.removeAll

Procedure

CALL apoc.uuid.removeAll() yield label, installed, properties | it removes all previously added uuid handlers and returns uuids information. All the existing uuid properties are left as-is

Signature

apoc.uuid.removeAll() :: (label :: STRING?, installed :: BOOLEAN?, properties :: MAP?)

Output parameters

Name Type

label

STRING?

installed

BOOLEAN?

properties

MAP?