| 12345678910111213141516 | 
							- <?xml version="1.0" encoding="UTF-8"?>
 
- <!--
 
-  /**
 
-   * Copyright © Magento, Inc. All rights reserved.
 
-   * See COPYING.txt for license details.
 
-   */
 
- -->
 
- <operations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
-             xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/DataGenerator/etc/dataOperation.xsd">
 
-     <operation name="KpDeleteSalesRule" dataType="SalesRule" type="delete" auth="adminOauth" url="/V1/salesRules/{rule_id}"
 
-                method="DELETE">
 
-         <contentType>application/json</contentType>
 
-     </operation>
 
- </operations>
 
 
  |