3.1.4.6.2.1 BusinessRulesDeleteRequest

The BusinessRulesDeleteRequest request element MUST include a BRDeleteCriteria that contains business rule GUIDs and/or business rule component GUIDs for deletion.

The following is the XML schema definition of the BusinessRulesDeleteRequest element.

 <xs:element name="BusinessRulesDeleteRequest">
   <xs:complexType>
     <xs:sequence>
       <xs:element xmlns:q413="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="DeleteCriteria" nillable="true" type="q413:BRDeleteCriteria" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

DeleteCriteria: Specifies the lists of GUIDs for business rules items to be deleted.