刪除彈性網卡(ENI)。

描述

  • 彈性網卡必須處於可用(Available)狀態。
  • 如果彈性網卡已經附加到 ECS 執行個體,必須先從執行個體分離(DetachNetworkInterface),才能刪除彈性網卡。
  • 刪除彈性網卡之後:
    • 彈性網卡的主私有 IP 位址(PrimaryIpAddress)自動釋放。
    • 被刪除的彈性網卡退出所屬的所有安全性群組。

請求參數

名稱 類型 是否必需 描述
Action String 系統規定參數。取值:DeleteNetworkInterface
RegionId String 所在地域 ID。您可以調用 DescribeRegions 查看最新的阿里雲地域列表。
NetworkInterfaceId String 彈性網卡的 ID。

返回參數

全是公共返回參數。參閱 公共參數

樣本

請求樣本
https://ecs.aliyuncs.com/?Action=DeleteNetworkInterface
&RegionId=cn-hangzhou
&NetworkInterfaceId=[networkInterfaceId]
&<公共請求參數>
返回樣本

XML 格式

<DetachNetworkInterface>
    <RequestId>04F0F334-1335-436C-A1D7-6C044FExxxxx</RequestId>
</DetachNetworkInterface>
JSON 格式
{
    "RequestId": "04F0F334-1335-436C-A1D7-6C044FExxxxx",
}

錯誤碼

以下為本介面特有的錯誤碼。更多錯誤碼,請訪問 API 錯誤中心

錯誤碼 錯誤資訊 HTTP 狀態碼 說明
Abs.InvalidAccount.NotFound The Account is not found or ak is expired. 403 您的阿里雲帳號不存在,或者您的 AccessKey 已經過期。
Forbidden.NotSupportRAM This action does not support accessed by RAM mode. 403 不允許 RAM 使用者執行該操作。
UnsupportedParameter The parameters is unsupported. 400 該參數不存在,或者不支援該參數。
Forbidden.SubUser The specified action is not available for you. 403 不允許 RAM 使用者執行該操作。
InvalidOperation.DetachPrimaryEniNotAllowed Detaching primary ENI from ECS instance is not allowed. 400 不允許從 ECS 執行個體上解綁主網卡。
MissingParameter The input parameter that is mandatory for processing this request is not supplied. 400 缺少必需參數。
InvalidOperation.InvalidEniType The operation is not allowed in the current ENI type. 403 當前彈性網卡類型不支援該操作。