调用DeleteTransitRouterRouteTable接口,删除指定的自定义路由表。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteTransitRouterRouteTable | 要执行的操作,取值为DeleteTransitRouterRouteTable。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
TransitRouterRouteTableId | String | 是 | tr-rtb-hy13n2l4c6c0v**** | 中转路由器实例关联的路由表的ID。您可以调用DescribeTransitRouterRouteTables接口获取TR路由表的ID。 |
本接口无特有的返回参数。更多信息请见返回结构。
GET /?Action=DeleteTransitRouterRouteTable&Version=2020-04-01&TransitRouterRouteTableId=tr-rtb-hy13n2l4c6c0v**** HTTP/1.1 Host: open.volcengineapi.com Service: transitrouter Region: cn-guangzhou
{ "ResponseMetadata": { "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28D****", "Action": "DeleteTransitRouterRouteTable", "Version": "2020-04-01", "Service": "transitrouter", "Region": "cn-guangzhou" }, "Result": {} }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidTransitRouter.InvalidStatus | The specified Transit Router is not in the correct status for the request. | 指定的中转路由器所处状态无法响应该请求。 |
400 | InvalidTransitRouterRouteTable.DeleteSystemRouteTable | The specified route table is system route table, and can not be deleted. | 指定的中转路由器路由表是系统路由表,无法删除。 |
400 | InvalidTransitRouterRouteTable.WithAssociation | The specified route table has dependent route table associations. | 指定的中转路由器路由表已配置关联转发,无法删除。 |
400 | InvalidTransitRouterRouteTable.WithRouteEntry | The specified route table has configured static route entries, and cannot be deleted. | 指定的中转路由器路由表已配置自定义静态路由条目,无法删除。 |
400 | InvalidTransitRouterRouteTable.WithRouteTablePropagation | The specified route table has configured propagations, and cannot be deleted. | 指定的中转路由器路由表存在路由学习,无法删除。 |
400 | InvalidTransitRouterRouteTable.WithForwardPolicyEntry | The specified route table has dependent forward policy entry, and cannot be deleted. | 指定的中转路由器路由表已被转发策略条目引用,无法删除。 |
403 | Forbidden.NoPermissionToOperate | You are not authorized to operate the specified resource. | 无权限操作指定的资源。 |
404 | InvalidTransitRouterRouteTable.NotFound | The specified route table does not exist. | 指定的中转路由器路由表不存在。 |