给路由表解绑子网接口
POST
https://vpc.jdcloud-api.com/v1/regions/{regionId}/routeTables/{routeTableId}:disassociateRouteTable
名称 | 类型 | 是否必需 | 默认值 | 描述 |
---|---|---|---|---|
regionId | String | True | Region ID | |
routeTableId | String | True | RouteTable ID |
名称 | 类型 | 是否必需 | 默认值 | 描述 |
---|---|---|---|---|
subnetId | String | True | 路由表要解绑的子网ID,解绑后子网绑定默认路由表 |
名称 | 类型 | 描述 |
---|---|---|
requestId | String | 请求ID |
返回码 | 描述 |
---|---|
200 | Successful operation |
400 | Request parameter x.y.z is 'xxx', expected one of [yyy,zzz] |
404 | Resource not found |