You need to enable JavaScript to run this app.
导航
DeleteNatIp
最近更新时间:2024.07.16 19:51:14首次发布时间:2023.11.07 08:15:17

调用 DeleteNatIp 接口,删除中转IP。

说明

私网NAT网关正在邀测中,如需试用,请联系客户经理。

接口说明

请求参数

参数名称
类型
是否必选
示例值
描述
ActionStringDeleteNatIp要执行的操作,取值:DeleteNatIp。
VersionString2020-04-01API的版本信息,当前版本为:2020-04-01。
NatIpIdStringvpcnatip-gw8y7q3cpk3fggs87****中转IP的ID。

返回数据

参数名称
类型
示例值
描述
RequestIdString2021062415303301022514515207C4****请求ID。

请求示例

GET /?Action=DeleteNatIp&Version=2020-04-01&NatIpId=vpcnatip-gw8y7q3cpk3fggs87**** HTTP/1.1
Host: open.volcengineapi.com
ServiceName: natgateway
Region: cn-beijing

返回示例

{
    "ResponseMetadata": {
        "RequestId": "2021062415303301022514515207C4****",
        "Action": "DeleteNatIp",
        "Version": "2020-04-01",
        "Service": "natgateway",
        "Region": "cn-beijing"
    },
    "Result":{
        "RequestId": "2021062415303301022514515207C4****"
    }
}

错误码

公共错误码,请参见 公共错误码 。

HttpCode
错误码
错误信息
描述
400InvalidNatGateway.InvalidStatusThe specified NAT gateway is not in the correct status for the request.指定的NAT网关所处的状态无法响应该请求。
400InvalidNatIp.DefaultThe specified default nat ip can't be deleted.指定的默认NAT IP无法删除。
400InvalidNatIp.InUseThe specified nat ip is in use, and can't be deleted.指定的NAT IP在使用中,无法删除。
400MissingParameterThe request is missing a required parameter.该请求缺少必要参数。
404InvalidNatIp.NotFoundThe specified nat ip does not exist.指定的NAT IP不存在。
409InvalidOperation.ConflictThe specified resource operation conflicts.指定的资源操作冲突。
500InternalErrorAn internal error has occurred.发生内部错误。