$removeDocumentItem

Removes the named doument items from the current branch.
Syntax
    $removeDocumentItem{document_name_1}{document_name_2} ... {document_name_n}
DocumentationRemoves the named doument items from the current branch:

    Parameters:
      document_name_1 through document_name_n, the names of the document items to be removed from the current branch.
Examples
Remove the document item named 'some_document_item':

    $if{$existsDocumentItem{some_document_item}}
      {
      $removeDocumentItem{some_document_item}
      }
GroupBranch
Minimum required transaction-mode:UPDATE=TREE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters <unlimited>