Delete Security Group Rule

 

This operation does not require a request body.

This operation does not return a response body.

MethodURIDescription
DELETE/security-group-rules/{rules-security-groups-id}

Deletes a specified rule from a OpenStack Networking security group.

Normal Response Code(s): 204

Error Response Code(s): unauthorized (401), itemNotFound (404)

 Request

The following 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 5.63. 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 5.64. Delete Security Group Rule Response: JSON

status: 204

Log a bug against this page


loading table of contents...