Description

セキュリティグループを削除します。

Request URL

Network API

DELETE /v2.0/security-groups/{security_group_id}

Request Json

This operation does not accept a request body.

Request Parameters

Parameter Value Style Description
X-Auth-Token トークンID header トークンIDを指定します。
security_group_id セキュリティグループID path セキュリティグループIDを指定します。

Response Code

Success

204

Example

Request

curl -i -X DELETE \
-H "Accept: application/json" \
-H "X-Auth-Token: トークンID" \
https://networking.tyo1.conoha.io/v2.0/security-groups/セキュリティグループID

Response

HTTP/1.1 204 No Content
Server: openresty/1.7.10.1
Date: Fri, 08 May 2015 12:38:59 GMT
Content-Type: application/json
Content-Length: 0
Connection: keep-alive

ConoHaにて提供しておりますAPIにつきましては、クラウド基盤として採用しておりますOpenStackの機能にて実装しておりますので、詳細な情報や使い方はOpenStackのドキュメントにてご確認ください。