Label.delete Method

Deletes a specified label.

Syntax

public boolean delete(str label)

Run On

Called

Parameters

  • label
    Type: str
    A string that specifies the label ID. The string must include the at sign (@) followed by a label file ID and a number.

Return Value

Type: boolean
true if the label ID is deleted; otherwise, false.

See Also

Reference

Label Class