doc-exports/docs/ecs/api-ref/en-us_topic_0065817701.html
Artem Goncharov 3196b64bfc
move doc sources to other location (#3)
move doc sources to other location

Reviewed-by: OpenTelekomCloud Bot <None>
2022-04-27 16:24:25 +00:00

55 lines
5.0 KiB
HTML

<a name="EN-US_TOPIC_0065817701"></a><a name="EN-US_TOPIC_0065817701"></a>
<h1 class="topictitle1">Deleting a Security Group (Discarded)</h1>
<div id="body1499652824861"><div class="section" id="EN-US_TOPIC_0065817701__en-us_topic_0057972665_section12350826"><h4 class="sectiontitle">Function</h4><p id="EN-US_TOPIC_0065817701__en-us_topic_0057972665_p34892981">This API is used to delete a security group.</p>
<p id="EN-US_TOPIC_0065817701__en-us_topic_0057972662_p1146061620560">This API has been discarded. Use the API described in section "Security Group (OpenStack Neutron APIs) &gt; Deleting a Security Group" in <em id="EN-US_TOPIC_0065817701__i1775213337254">Virtual Private Network API Reference</em>.</p>
</div>
<div class="section" id="EN-US_TOPIC_0065817701__en-us_topic_0057972665_section44048571"><h4 class="sectiontitle">URI</h4><p id="EN-US_TOPIC_0065817701__p8896147104210">DELETE /v2/{project_id}/os-security-groups/{security_group_id}</p>
<p id="EN-US_TOPIC_0065817701__en-us_topic_0057972665_p66228246145352">DELETE /v2.1/{project_id}/os-security-groups/{security_group_id}</p>
<div class="p" id="EN-US_TOPIC_0065817701__p1685211265377"><a href="#EN-US_TOPIC_0065817701__en-us_topic_0057972665_table55945983">Table 1</a> describes the parameters in the URI.
<div class="tablenoborder"><a name="EN-US_TOPIC_0065817701__en-us_topic_0057972665_table55945983"></a><a name="en-us_topic_0057972665_table55945983"></a><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0065817701__en-us_topic_0057972665_table55945983" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="EN-US_TOPIC_0065817701__en-us_topic_0057972665_row11302482"><th align="left" class="cellrowborder" valign="top" width="33%" id="mcps1.3.2.4.2.2.4.1.1"><p id="EN-US_TOPIC_0065817701__p5187119">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="19%" id="mcps1.3.2.4.2.2.4.1.2"><p id="EN-US_TOPIC_0065817701__p17503500">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="48%" id="mcps1.3.2.4.2.2.4.1.3"><p id="EN-US_TOPIC_0065817701__p8497414">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0065817701__en-us_topic_0057972665_row49888896"><td class="cellrowborder" valign="top" width="33%" headers="mcps1.3.2.4.2.2.4.1.1 "><p id="EN-US_TOPIC_0065817701__en-us_topic_0057972665_p14468758">project_id</p>
</td>
<td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.4.2.2.4.1.2 "><p id="EN-US_TOPIC_0065817701__en-us_topic_0057972665_p31118786">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="48%" headers="mcps1.3.2.4.2.2.4.1.3 "><p id="EN-US_TOPIC_0065817701__p37593705">Specifies the project ID.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0065817701__en-us_topic_0057972665_row3928161611210"><td class="cellrowborder" valign="top" width="33%" headers="mcps1.3.2.4.2.2.4.1.1 "><p id="EN-US_TOPIC_0065817701__en-us_topic_0057972665_p4928516101217">security_group_id</p>
</td>
<td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.4.2.2.4.1.2 "><p id="EN-US_TOPIC_0065817701__en-us_topic_0057972665_p18928816181213">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="48%" headers="mcps1.3.2.4.2.2.4.1.3 "><p id="EN-US_TOPIC_0065817701__en-us_topic_0057972665_p292821613128">Specifies the security group ID, which is specified in the URI.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="section" id="EN-US_TOPIC_0065817701__en-us_topic_0057972665_section11164516"><h4 class="sectiontitle">Request</h4><p id="EN-US_TOPIC_0065817701__en-us_topic_0057972665_p199866359337">None</p>
</div>
<div class="section" id="EN-US_TOPIC_0065817701__en-us_topic_0057972665_section33371781"><h4 class="sectiontitle">Response</h4><p id="EN-US_TOPIC_0065817701__en-us_topic_0057972665_p45570991">None</p>
</div>
<div class="section" id="EN-US_TOPIC_0065817701__en-us_topic_0057972665_section31910573"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="EN-US_TOPIC_0065817701__en-us_topic_0057972665_screen262829">DELETE https://{endpoint}/v2/bb1118612ba64af3a6ea63a1bdcaa5ae/os-security-groups/81f1d23b-b1e2-42cd-bdee-359b4a065a42
DELETE https://{endpoint}/v2.1/bb1118612ba64af3a6ea63a1bdcaa5ae/os-security-groups/81f1d23b-b1e2-42cd-bdee-359b4a065a42</pre>
</div>
<div class="section" id="EN-US_TOPIC_0065817701__section22381919112818"><h4 class="sectiontitle">Example Response</h4><p id="EN-US_TOPIC_0065817701__p13882410280">None</p>
</div>
<div class="section" id="EN-US_TOPIC_0065817701__en-us_topic_0092803065_en-us_topic_0020212692_section22960139"><h4 class="sectiontitle">Returned Values</h4><p id="EN-US_TOPIC_0065817701__en-us_topic_0092803065_en-us_topic_0020212692_p23670760">See <a href="en-us_topic_0022067716.html">Returned Values for General Requests</a>.</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-us_topic_0267427144.html">Security Group Management (OpenStack Nova APIs)</a></div>
</div>
</div>