调用DeleteNatIp接口删除NAT IP地址。
接口说明
DeleteNatIp 接口属于异步接口,即系统会先返回一个请求 ID,但该 NAT IP 地址并未删除完成,系统后台的删除任务仍在进行。您可以调用 ListNatIps 查询 NAT IP 地址的删除状态:
-
当 NAT IP 地址处于 Deleting 状态时,表示 NAT IP 地址正在删除中,在该状态下,您只能执行查询操作,不能执行其他操作。
-
当查询不到该 NAT IP 地址时,表示 NAT IP 地址已删除。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 要删除的 NAT IP 地址所属 NAT 网关实例的地域 ID。 您可以通过调用 DescribeRegions 接口获取地域 ID。 | cn-qingdao |
NatIpId | string | 是 | 要删除的 NAT IP 地址实例 ID。 | vpcnatip-gw8y7q3cpk3fggs87**** |
DryRun | boolean | 否 | 是否只预检此次请求,取值:
| false |
ClientToken | string | 否 | 客户端 Token,用于保证请求的幂等性。 从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken 只支持 ASCII 字符。 说明
若您未指定,则系统自动使用 API 请求的 RequestId 作为 ClientToken 标识。每次 API 请求的 RequestId 可能不一样。
| 5A2CFF0E-5718-45B5-9D4D-70B3FF3898 |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "E9AD97A0-5338-43F8-8A80-5E274CCBA11B"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | IncorrectStatus.NatIp | The status of %s [%s] is incorrect. | NatIp当前状态不正确。 |
400 | OperationFailed.DefaultNatIp | The operation is failed because of default NatIP can not be deleted. | 操作失败,因为无法删除默认的NatIP。 |
400 | DependencyViolation.NatIp | The specified resource of %s depends on %s, so the operation cannot be completed. | 有依赖的NAT IP,所以此操作不能进行 |
400 | IncorrectStatus.NatGateway | The status of %s [%s] is incorrect. | - |
400 | IncorrectStatus.NatGateway | %The status of %s [%s] is incorrect. | nat网关状态不正确 |
400 | DependencyViolation.FullNatEntry | The fullnat entry depends on this nat ip,so the operation cannot be completed. | 存在Fullnat配置条目依赖此nat ip,因此本操作不能完成。 |
404 | InvalidRegionId.NotFound | The specified RegionId does not exist in our records. | 指定的RegionId不存在。 |
404 | ResourceNotFound.NatIp | The specified resource of %s is not found. | NatIp资源找不到。 |
404 | ResourceNotFound.NatGateway | The specified resource of %s is not found. | - |
404 | ResourceNotFound.NatIpCidr | The specified resource of %s is not found. | 找不到指定的%s资源。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2024-01-18 | OpenAPI 描述信息更新、OpenAPI 错误码发生变更 | 查看变更详情 |
2023-03-01 | OpenAPI 错误码发生变更 | 查看变更详情 |