apoc.create.removeLabels Procedure apoc.create.removeLabels( [node,id,ids,nodes], ['Label',…]) - removes the given labels from the node or nodes Signature apoc.create.removeLabels(nodes :: ANY?, label :: LIST? OF STRING?) :: (node :: NODE?) Input parameters Name Type Default nodes ANY? null label LIST? OF STRING? null Output parameters Name Type node NODE? More documentation of apoc.create.removeLabels