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

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

使用说明

前提条件:
自定义私有网络下不存在除了默认外网防火墙和默认路由表以外的资源。这些资源包括边缘实例、自定义外网防火墙、负载均衡实例、子网、自定义路由表、NAT网关和边缘云网关。

请求说明

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

请求参数

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

Query

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

Body

参数类型是否必选示例值描述
vpc_identity_list[]String["vpc-twqb9w****"]私有网络的列表。

返回参数

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

请求示例

POST https://veenedge.volcengineapi.com/?Action=DeleteCustomVPCInstances&Version=2021-04-30
{
    "vpc_identity_list": [
        "vpc-twqb9w****"
    ]
}

返回示例

{
    "ResponseMetadata": {
        "RequestId": "202306041104200100100232280022D31",
        "Action": "DeleteCustomVPCInstances",
        "Version": "2021-04-30",
        "Service": "veenedge",
        "Region": "cn-north-1"
    },
    "Result": {}
}

错误码

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