Deletes a batch of NAT firewall policies.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the request and response. Valid values:
|
zh |
| AclUuidList |
array |
Yes |
A list of access control list (ACL) UUIDs. |
|
|
string |
Yes |
The UUID of the ACL. |
6fb052a4-baad-4d86-8e2e-b79cc060535c |
|
| NatGatewayId |
string |
Yes |
The ID of the NAT Gateway. |
ngw-uf6j0426ap74vd6vrb676 |
| Direction |
string |
No |
The traffic direction for the access control policy. Valid value:
|
out |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
450D47F5-956E-543E-8502-2F71C8C54E72 |
Examples
Success response
JSON format
{
"RequestId": "450D47F5-956E-543E-8502-2F71C8C54E72"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ErrorParametersUid | The aliUid parameter is invalid. | The aliUid parameter is invalid. |
| 400 | ErrorDBSelect | An error occurred while querying database. | An error occurred while querying database. |
| 400 | ErrorDBDelete | An error occurred while deleting the database. | An error occurred while deleting the database. |
| 400 | ErrorRecordLog | An error occurred while updating the operation log. | An error occurred while updating the operation log. |
| 400 | ErrorParameters | Parameters error. | Parameter error. |
| 400 | ErrorParamUuidOrOrderMiss | Either uuid or oldOrder is invalid. | Either uuid or oldOrder is invalid. |
| 400 | ErrorDBInsert | An error occurred while performing an insert operation in the database. | An error occurred while performing an insert operation in the database. |
| 400 | ErrorMarshalJSON | An error occurred while encoding JSON. | An error occurred while encoding JSON. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.