apoc.uuid.remove

Procedure

CALL apoc.uuid.remove(label) yield label, installed, properties | remove previously added uuid handler and returns uuid information. All the existing uuid properties are left as-is

Signature

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

Input parameters

Name Type Default

label

STRING?

null

Output parameters

Name Type

label

STRING?

installed

BOOLEAN?

properties

MAP?