Skip to main content

Enso_File.remove_label

remove_labellabel

Group: Metadata

Documentation

Removes a label from the file in Enso Cloud.

Arguments

  • label: The name of the label to remove from the file.

Returns

  • A boolean value indicating if the file had the label before the operation.

Remarks

Race Conditions

Removing labels is not atomic. If two processes are modifying labels of the same asset at the same time, some changes may be lost.