Delete Firewall Rule

Verb URI Description
DELETE /fw/firewall_rules/firewall_rule-id Removes a Firewall Rule.

Normal Response Code: 204

Error Response Codes: Unauthorized (401), Not Found (404), Conflict (409). The Conflict error response is returned when an operation is performed while the firewall is in a PENDING state.

This operation does not require a request body.

This operation does not return a response body.

 

Example 4.124. Delete Firewall Rule: Request

DELETE /v2.0/fw/firewall_rules/1be5e5f7-c45e-49ba-85da-156575b60d50.json
User-Agent: python-neutronclient
Accept: application/json
                

 

Example 4.125. Delete Firewall Rule: Response

HTTP/1.1 204 No Content
Content-Length: 0
                

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page


loading table of contents...