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 is 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.     Notes:         Vendor and user classes are supported only for                Windows Server 2008. To modify the current defaults                 for an unspecified class used with this command,                 use either the Set userclass or Set vendorclass commands.   Examples:      delete optionvalue 18                 delete optionvalue 18 vendor="MyVendorClass"                   This first command example deletes the currently set                 option value for option code 18 from the current                 scope. The second example deletes the current option                 value for option code 18 for the specified vendor class                 MyVendorClass. This affects only those scope clients                 identified as members of this vendor class.