Deleting a Network ACL
Function
This API is used to delete a network ACL.
URI
DELETE /v3/{project_id}/vpc/firewalls/{firewall_id}
Parameter | Mandatory | Type | Description |
---|---|---|---|
firewall_id | Yes | String | Unique ID of a network ACL. |
project_id | Yes | String | Project ID. For details about how to obtain a project ID, see Obtaining a Project ID. |
Request Parameters
None
Response Parameters
None
Example Requests
Deleting a network ACL
DELETE https://{Endpoint}/v3/{project_id}/vpc/firewalls/{firewall_id}
Example Responses
None
Status Codes
Status Code | Description |
---|---|
204 | Normal response to the DELETE operation. For more status codes, see Status Codes. |
Error Codes
See Error Codes.
Parent topic: Network ACL
- URI