Deleting an Approval
Applies To: Windows Server Update Services
To delete an approval
Retrieve an IUpdate instance of the update whose approval you want to remove.
Call one of the overloaded GetUpdateApprovals methods to retrieve the approval.
Call Delete to delete the approval.
You cannot remove an automatic approval rule—you can only disable the rule.
To disable an automatic approval rule
Call GetInstallApprovalRules to retrieve the install approval rule.
Set Enabled to false.
Call Save to save the rule.