Disassociates a route table from a VSwitch.
Make the API call
Request parameters
Parameter | Type | Required? | Example value | Description |
---|---|---|---|---|
Action | String | Yes | UnassociateRouteTable |
The name of this action. Value: UnassociateRouteTable |
RegionId | String | Yes | cn-hangzhou |
The region ID of the VPC to which the route table belongs. To query the region ID, call DescribeRegions. |
RouteTableId | String | Yes | vtb-bp145q7glnuzdvzu2**** |
The ID of the route table. |
VSwitchId | String | Yes | vsw-25naucfvfbgte4**** |
The ID of the VSwitch from which the route table is to be disassociated. |
ClientToken | String | No | 02fb3da4-130e-11e9-8e44-0016e04115b |
The client token that guarantees the idempotence of the request. The value of this parameter is generated by the client and is unique among different requests. The ClientToken value is 1 to 64 ASCII characters in length. For more information, see How to ensure idempotence. |
Response parameters
Parameter | Type | Example value | Description |
---|---|---|---|
RequestId | String | 62172DD5-6BAC-45DF-8D44-62172DD5 |
The ID of the request. |
Examples
Request example
http(s)://vpc.aliyuncs.com/? Action=UnassociateRouteTable
&RegionId=cn-hangzhou
&RouteTableId=vtb-bp145q7glnuzdvzu2****
&VSwitchId=vsw-25naucfvfbgte4****
&<CommonParameters>
Response example
XML
format
<UnassociateRouteTableResponse>
<RequestId>62172DD5-6BAC-45DF-8D44-62172DD5</RequestId>
</UnassociateRouteTableResponse>
JSON
format
{
"RequestId":"62172DD5-6BAC-45DF-8D44-62172DD5"
}
Errors
HTTP status code | Error code | Error message | Description |
---|---|---|---|
404 | InvalidRouteTableId.NotFound | Specified route table does not exist. | The specified route table does not exist. |
For a list of error codes, visit the API Error Center.