doc-exports/docs/waf/api-ref/waf_02_0050.html
Li, Qiao 914011d51b waf_api_1109
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Li, Qiao <qiaoli@huawei.com>
Co-committed-by: Li, Qiao <qiaoli@huawei.com>
2022-11-16 15:31:27 +00:00

85 lines
6.7 KiB
HTML

<a name="waf_02_0050"></a><a name="waf_02_0050"></a>
<h1 class="topictitle1">Deleting a Precise Protection Rule</h1>
<div id="body49171788"><div class="section" id="waf_02_0050__section31889035"><h4 class="sectiontitle">Function Description</h4><p class="msonormal" id="waf_02_0050__p23491910">This API is used to delete a precise protection rule.</p>
</div>
<div class="section" id="waf_02_0050__section18565866"><h4 class="sectiontitle">URI</h4><ul id="waf_02_0050__ul23796548"><li id="waf_02_0050__li12842344">URI format<p id="waf_02_0050__p48472239"><a name="waf_02_0050__li12842344"></a><a name="li12842344"></a>DELETE /v1/{project_id}/waf/policy/{policy_id}/custom/{custom_rule_id}</p>
</li><li id="waf_02_0050__li33596968">Parameter description
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="waf_02_0050__table33937262" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Path parameters</caption><thead align="left"><tr id="waf_02_0050__row33875949"><th align="left" class="cellrowborder" valign="top" width="25.507449255074494%" id="mcps1.3.2.2.2.1.2.5.1.1"><p id="waf_02_0050__p59597335"><strong id="waf_02_0050__b1168148194210">Parameter</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="17.348265173482652%" id="mcps1.3.2.2.2.1.2.5.1.2"><p id="waf_02_0050__p62654850"><strong id="waf_02_0050__b17391135119427">Mandatory</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="17.348265173482652%" id="mcps1.3.2.2.2.1.2.5.1.3"><p id="waf_02_0050__p41878102"><strong id="waf_02_0050__b168591554134215">Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="39.796020397960206%" id="mcps1.3.2.2.2.1.2.5.1.4"><p id="waf_02_0050__p36683065"><strong id="waf_02_0050__b7290341544">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="waf_02_0050__row18538326"><td class="cellrowborder" valign="top" width="25.507449255074494%" headers="mcps1.3.2.2.2.1.2.5.1.1 "><p id="waf_02_0050__p25209427">project_id</p>
</td>
<td class="cellrowborder" valign="top" width="17.348265173482652%" headers="mcps1.3.2.2.2.1.2.5.1.2 "><p id="waf_02_0050__p28697688">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="17.348265173482652%" headers="mcps1.3.2.2.2.1.2.5.1.3 "><p id="waf_02_0050__p42811406">String</p>
</td>
<td class="cellrowborder" valign="top" width="39.796020397960206%" headers="mcps1.3.2.2.2.1.2.5.1.4 "><p id="waf_02_0050__p45171868">Specifies the project ID.</p>
</td>
</tr>
<tr id="waf_02_0050__row3893636"><td class="cellrowborder" valign="top" width="25.507449255074494%" headers="mcps1.3.2.2.2.1.2.5.1.1 "><p id="waf_02_0050__p46949131">policy_id</p>
</td>
<td class="cellrowborder" valign="top" width="17.348265173482652%" headers="mcps1.3.2.2.2.1.2.5.1.2 "><p id="waf_02_0050__p44783229">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="17.348265173482652%" headers="mcps1.3.2.2.2.1.2.5.1.3 "><p id="waf_02_0050__p3562948">String</p>
</td>
<td class="cellrowborder" valign="top" width="39.796020397960206%" headers="mcps1.3.2.2.2.1.2.5.1.4 "><p id="waf_02_0050__p20163400">Specifies the policy ID.</p>
</td>
</tr>
<tr id="waf_02_0050__row47252876"><td class="cellrowborder" valign="top" width="25.507449255074494%" headers="mcps1.3.2.2.2.1.2.5.1.1 "><p id="waf_02_0050__p2277749">custom_rule_id</p>
</td>
<td class="cellrowborder" valign="top" width="17.348265173482652%" headers="mcps1.3.2.2.2.1.2.5.1.2 "><p id="waf_02_0050__p50280015">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="17.348265173482652%" headers="mcps1.3.2.2.2.1.2.5.1.3 "><p id="waf_02_0050__p46149442">String</p>
</td>
<td class="cellrowborder" valign="top" width="39.796020397960206%" headers="mcps1.3.2.2.2.1.2.5.1.4 "><p id="waf_02_0050__p47117301">Specifies the ID of a precise protection rule.</p>
</td>
</tr>
</tbody>
</table>
</div>
</li></ul>
</div>
<div class="section" id="waf_02_0050__section32875072"><h4 class="sectiontitle">Request</h4><p id="waf_02_0050__p83939533533">Request parameters</p>
<p class="msonormal" id="waf_02_0050__p58405008">None</p>
</div>
<div class="section" id="waf_02_0050__section27440198"><h4 class="sectiontitle">Response</h4><p id="waf_02_0050__p594545012546">Response parameters</p>
<p id="waf_02_0050__p532374413402">None</p>
</div>
<div class="section" id="waf_02_0050__section45635198"><h4 class="sectiontitle">Status Code</h4><div class="p" id="waf_02_0050__waf_02_0016_waf_02_0012_a652d4922b7df48fca0a65bc1a38ea5f2"><a href="#waf_02_0050__waf_02_0016_waf_02_0012_t82c3440f3efb42a38b9d4dc4011a33d0">Table 2</a> describes the normal status code returned by the API.
<div class="tablenoborder"><a name="waf_02_0050__waf_02_0016_waf_02_0012_t82c3440f3efb42a38b9d4dc4011a33d0"></a><a name="waf_02_0016_waf_02_0012_t82c3440f3efb42a38b9d4dc4011a33d0"></a><table cellpadding="4" cellspacing="0" summary="" id="waf_02_0050__waf_02_0016_waf_02_0012_t82c3440f3efb42a38b9d4dc4011a33d0" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Status code</caption><thead align="left"><tr id="waf_02_0050__waf_02_0016_waf_02_0012_r3d6e2f205c444705bdbb9daaac74e575"><th align="left" class="cellrowborder" valign="top" width="22%" id="mcps1.3.5.2.2.2.4.1.1"><p id="waf_02_0050__waf_02_0016_waf_02_0012_af3c4073076f24eca88d94e3fa1effdc6">Status Code</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="19.41%" id="mcps1.3.5.2.2.2.4.1.2"><p id="waf_02_0050__waf_02_0016_waf_02_0012_en-us_topic_0144911667_p4531342288">Description</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="58.589999999999996%" id="mcps1.3.5.2.2.2.4.1.3"><p id="waf_02_0050__waf_02_0016_waf_02_0012_ada185614bba24140995b8123b3e9faa8">Meaning</p>
</th>
</tr>
</thead>
<tbody><tr id="waf_02_0050__waf_02_0016_waf_02_0012_rc7b2adc390904a1ba79e303017797786"><td class="cellrowborder" valign="top" width="22%" headers="mcps1.3.5.2.2.2.4.1.1 "><p id="waf_02_0050__waf_02_0016_waf_02_0012_a93f3895d44bb4226934cc626ac50e37b">204</p>
</td>
<td class="cellrowborder" valign="top" width="19.41%" headers="mcps1.3.5.2.2.2.4.1.2 "><p id="waf_02_0050__waf_02_0016_waf_02_0012_en-us_topic_0144911667_p7538425819">No Content</p>
</td>
<td class="cellrowborder" valign="top" width="58.589999999999996%" headers="mcps1.3.5.2.2.2.4.1.3 "><p id="waf_02_0050__waf_02_0016_waf_02_0012_en-us_topic_0144911667_p369874114414">The server successfully processed the request and is not returning any content.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<p id="waf_02_0050__waf_02_0016_waf_02_0012_en-us_topic_0144911667_p482819399522">For details about error status codes, see <a href="waf_02_0085.html">Status Codes</a>.</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="waf_02_0047.html">Precise Protection Rules</a></div>
</div>
</div>