调用 DeleteRouteTable 接口,删除指定的路由表。
系统路由表不支持调用本接口删除。删除VPC时,其随VPC一同删除。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteRouteTable | 要执行的操作,取值:DeleteRouteTable。 |
Version | String | 是 | 2020-04-01 | API版本信息,取值为:2020-04-01。 |
RouteTableId | String | 是 | vtb-2fdzao4h726f45****** | 待删除路由表的ID。 |
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
GET /?Action=DeleteRouteTable&Version=2020-04-01&RouteTableId=vtb-2fdzao4h726f45**** HTTP/1.1 Host: open.volcengineapi.com Service: vpc Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "DeleteRouteTable", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-beijing" }, "Result": { "RequestId": "2021062415303301022514515207C4****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidRouteTable.InUse | The specified route table has dependent resource of a subnet. | 指定的路由表关联子网,无法删除。 |
400 | InvalidRouteTable.InUse | The specified route table has dependent resource of a route entry. | 指定的路由表下有路由条目,无法删除。 |
400 | InvalidVpc.InvalidStatus | The specified VPC is not in the correct status for the request. | 指定的VPC所处状态无法响应该请求。 |
403 | Forbidden | You are not authorized to perform operations on the specified route table. The specified route table is a system route table. | 无权限对指定路由表进行操作。指定的路由表为系统路由表。 |
404 | InvalidRouteTable.NotFound | The specified route table does not exist. | 指定的路由表不存在。 |