Delete security group rule

 
MethodURIDescription
DELETEv2.0/security-group-rules/{rules-security-groups-id}

Deletes a specified rule from a OpenStack Networking security group.

Normal response codes: 204

Error response codes: unauthorized (401), itemNotFound (404)

 Request

This table shows the URI parameters for the Delete security group rule Request:

NameTypeDescription

{rules-security-groups-id}

​Uuid

The unique identifier of the security group rule.

 

Example 4.56. Delete security group rule Request: JSON

DELETE /v2.0/security-group-rules/fc3c327a-b5b5-4cd3-9577-52893289ce08
Content-Type: application/json
Accept: application/json

 Response

 

Example 4.57. Delete security group rule Response: JSON

status: 204

Log a bug against this page


loading table of contents...