3.1.4.29.3.1 ExecuteSPDeleteTargetGroupRequestBody

Contains the identifier of the target group and the name of the administrator responsible for deleting the target group.

  
 <xsd:complexType name="ExecuteSPDeleteTargetGroupRequestBody">
   <xsd:sequence>
     <xsd:element minOccurs="1" maxOccurs="1" name="id" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="adminName" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="failIfReplica" type="xsd:boolean"/>
   </xsd:sequence>
 </xsd:complexType>

adminName: This field MUST be present. It contains the name of the administrator that approved the delete operation. The administrator name SHOULD follow the <domain>\<username> format.

failIfReplica: If this field is specified and set to TRUE, the server MUST fail the operation if the WSUS server is a replica of another WSUS server. If set to FALSE, the operation MUST proceed regardless of whether or not the WSUS server is a replica.

id: This field MUST be present. It contains the GUID of an existing target group. The operation can fail if the specified target group is not found in the database. It MUST fail if the GUID matches any of the built-in target groups.