To delete a specific option value from the scope. Syntax: delete optionvalue user=UserName vendor=VendorName Parameters: ...

To delete a specific option value from the scope.    Syntax:            delete optionvalue  [user=UserName]          [vendor=VendorName]     Parameters:            OptCode        - ID of the option whose value to be deleted.             UserName       - To delete the options for the current default                           user class or the class specified as                           UserName. If this parameter is used, the                           user= tag must be provided.              VendorName     - To delete the options for the current default                           vendor class or the class specified as                           VendorName. If this parameter is used, the                           vendor= tag must be provided.     Example:       delete optionvalue 18                   This first command example deletes the currently set                 option value for option code 18 from the current                 multicast scope. The second example resets the current                 option value for option code 18 for the specified vendor                 class MyVendorClass. This affects only those mscope clients                 identified as members of this vendor class.