调用 DeleteNetworkAcl 接口,删除网络ACL。
网络ACL未关联子网。您可调用 DescribeNetworkAcls 接口查看是否关联。若已关联,可调用DisassociateNetworkAcl 接口解除关联。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteNetworkAcl | 要执行的操作。取值:DeleteNetworkAcl。 |
Version | String | 是 | 2020-04-01 | API版本信息,取值为:2020-04-01。 |
NetworkAclId | String | 是 | nacl-bp1fg655nh68xyz9**** | 网络ACL的ID。 |
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
GET /?Action=DeleteNetworkAcl&Version=2020-04-01&NetworkAclId=acl-bp1fg655nh68xyz9**** HTTP/1.1 Host: open.volcengineapi.com Service: vpc Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "DeleteNetworkAcl", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-beijing" }, "Result": { "RequestId": "2021062415303301022514515207C4****", } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidNetworkAcl.InUse | The specified Network ACL has dependent resource of a subnet. | 指定的网络ACL有关联的子网,无法删除。 |
400 | InvalidNetworkAcl.InvalidStatus | The specified Network ACL is not in the correct status for the request. | 指定的网络ACL所处状态无法响应该请求。 |
404 | InvalidNetworkAcl.NotFound | The specified Network ACL does not exist. | 指定的网络ACL不存在。 |