釋放指定的EIP。

請求參數

名稱 類型 是否必須 描述
Action String

要執行的操作。 取值:

ReleaseEipAddress

AllocationId String

EIP的ID。

返回參數

名稱 類型 描述
RequestId String 請求ID。

樣本

請求樣本

https://vpc.aliyuncs.com/?Action=ReleaseEipAddress
&AllocationId=eip-25877c70x
&公共請求參數
返回樣本
  • XML格式

    <<?xml version="1.0" encoding="UTF-8" ?>
    <ReleaseEipAddressResponse>
        <RequestId>748C38F6-9A3D-482E-83FB-DB6C39C68AEA</RequestId>
    </ReleaseEipAddressResponse>
  • JSON格式

    {
      "RequestId": "748C38F6-9A3D-482E-83FB-DB6C39C68AEA"
    }