You need to enable JavaScript to run this app.
导航
删除子网
最近更新时间:2024.07.18 11:03:32首次发布时间:2024.07.02 18:00:51

本接口用于删除自定义私有网络下的子网。

使用说明

前提条件:
您已删除了该子网中的资源,包括边缘实例、弹性网卡、私网负载均衡实例和高可用虚拟IP。

请求说明

  • 请求方式:POST
  • 请求地址:https://veenedge.volcengineapi.com/?Action=DeleteSubnetsForCustomVPC&Version=2021-04-30

请求参数

下表列出了接口特定的请求参数以及公共请求参数 Action 和 Version。 其他公共参数,请参见公共参数

Query

参数类型是否必选示例值描述
ActionStringDeleteSubnetsForCustomVPC接口名称。当前 API 的名称为 DeleteSubnetsForCustomVPC
VersionString2021-04-30接口版本。当前 API 的版本为 2021-04-30

Body

参数类型是否必选示例值描述
vpc_identityStringvpc-7nlpcv****私有网络的 ID。
subnet_identity_list[]String["subnet-r92lcphm9s8****"]子网的 ID 的列表。

返回参数

该接口无特有的返回参数。

请求示例

POST https://veenedge.volcengineapi.com/?Action=DeleteSubnetsForCustomVPC&Version=2021-04-30
&<其他公共参数>
{
    "vpc_identity": "vpc-7nlpcv****",
    "subnet_identity_list": [
        "subnet-r92lcphm9s8****",
        "subnet-rbdfgg889wm****"
    ]
}

返回示例

{
    "ResponseMetadata": {
        "RequestId": "20240321180304E9CF12373F4FEF67****",
        "Action": "DeleteSubnetsForCustomVPC",
        "Version": "2021-04-30",
        "Service": "veenedge",
        "Region": "cn-north-1"
    }
}

错误码

如果响应正文中包含 Error 字段,则表示 API 请求失败。关于错误码的更多信息,参见错误码