Description
セキュリティグループルールを削除します。
APIからコントロールパネル上のセキュリティグループルールを削除することはできません。
Request URL
Network API v2.0 DELETE /v2.0/security-group-rules/{rules-security-groups-id} |
Request Json
This operation does not accept a request body. |
Request Paramters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | トークンID |
rules-security-groups-id | セキュリティグループルールID | header | セキュリティグループルールIDを指定します。 |
Response
Normal response codes
200 |
Example
Request
curl -i -X DELETE \ -H “Accept: application/json” \ -H “Content-Type: application/json” \ -H “X-Auth-Token: トークンID” \ https://networking.odc01.eva-clouds.com/v2.0/security-group-rules/セキュリティグループルールID |
Response
HTTP/1.1 204 No Content Date: Fri, 08 Jul 2016 07:21:32 GMT Server: Apache Content-Length: 0 Content-Type: application/json |