调用 DeleteNatGateway 接口,删除NAT网关实例。
使用本接口删除NAT网关,必须同时满足如下条件:
将NAT网关托管给云服务,云服务可以使用NAT网关的功能,并控制NAT网关的权限,即用户只能查看和修改托管NAT网关,不能删除NAT网关。
NAT网关被云服务托管时,会被添加标签键(key)为volc:{ServiceCode}:ServiceManaged
的托管系统标签,该标签键如volc:vke:ServiceManaged
。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteNatGateway | 要执行的操作,取值:DeleteNatGateway。 |
Version | String | 是 | 2020-04-01 | API的版本信息,当前版本为:2020-04-01。 |
NatGatewayId | String | 是 | ngw-vv3t043k05sm**** | NAT网关的ID。 |
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
GET /?Action=DeleteNatGateway&Version=2020-04-01&NatGatewayId=ngw-vv3t043k05sm**** HTTP/1.1 Host: open.volcengineapi.com Service: natgateway Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "DeleteNatGateway", "Version": "2020-04-01", "Service": "natgateway", "Region": "cn-beijing" }, "Result":{ "RequestId": "2021062415303301022514515207C4****" } }
公共错误码,请参见 公共错误码 。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidNatGateway.InUse | The specified NAT gateway has dependent resource of EIP. | 指定的NAT网关已经绑定公网IP,无法删除。 |
400 | InvalidNatGateway.InvalidBillingType | The specified NAT gateway is not in the correct billing type for the request. | 指定的NAT网关所处计费类型无法响应该请求。 |
400 | InvalidNatGateway.InvalidStatus | The specified NAT gateway is not in the correct status for the request. | 指定的NAT网关所处的状态无法响应该请求。 |
403 | Forbidden | You are not authorized to perform operations on the specified NAT gateway. The specified NAT gateway is a service-managed NAT gateway. | 无权限对指定NAT网关进行操作。指定的NAT网关为服务管控NAT网关。 |
404 | InvalidNatGateway.NotFound | The specified NAT gateway does not exist. | 指定的NAT网关不存在。 |
409 | InvalidOperation.Conflict | The specified resource operation conflicts. | 指定的资源操作冲突。 |
412 | InvalidNatGateway.DependenceDnatEntryExist | The specified NAT gateway has a dependency on DNAT entry. | 指定的NAT网关与DNAT规则有依赖,无法响应该请求。 |
412 | InvalidNatGateway.DependenceNatIPExist | The specified NAT gateway has a dependency on nat ip. | 指定的NAT网关与NAT IP有依赖,无法响应该请求。 |
412 | InvalidNatGateway.DependenceSnatEntryExist | The specified NAT gateway has a dependency on SNAT entry. | 指定的NAT网关与SNAT规则有依赖,无法响应该请求。 |