$removeProperty

Removes the named protected properties from the current branch.
Syntax
    $removeProperty{property_name_1}{property_name_2} ... {property_name_n}
DocumentationRemoves the named protected properties from the current branch:

    Parameters:
      property_name_1 through property_name_n, the names of the protected properties of the current branch to be removed.
Examples
    $switchUserAdmin
      {
      $removeProperty{bgcolor}
      $setProperty{backgroundColor}{#CCCCCC}
      }
    $getProperty{backgroundColor}
    change color

    Result:
    removes property "bgcolor", sets property "backgroundColor" to the value
    "#CCCCCC" in the current branch:
    change color
GroupBranch
Minimum required transaction-mode:UPDATE=TREE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters <unlimited>