Delete an inbound rule from a specific firewall
DELETE/portal/api/v1/firewalls/rule/:firewall_id/inbounds/:rule_id
Deletes an inbound rule identified by rule_id
from the firewall identified by sg_id
.
Request
Responses
- 200
- 401
- 403
- 404
- 500
Inbound rule deleted successfully
Unauthorized
Not authorized to access the firewall
Resource not found.
Internal Server Error