調用DeleteRouteTable接口刪除自定義路由表。
接口說明
- DeleteRouteTable 接口屬于異步接口,即系統會返回一個請求 ID,但該自定義路由表尚未刪除成功,系統后臺的刪除任務仍在進行。您可以調用 DescribeRouteTableList 查詢自定義路由表的刪除狀態:
- 當自定義路由表處于 Deleting 狀態時,表示自定義路由表正在刪除中。
- 當查詢不到指定的自定義路由表時,表示自定義路由表刪除成功。
- DeleteRouteTable 接口不支持在同一個 VPC 中并發刪除自定義路由表。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
vpc:DeleteRouteTable | delete | *RouteTable acs:vpc:{#regionId}:{#accountId}:routetable/{#RouteTableId} |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 自定義路由表所屬的 VPC 的地域 ID。 您可以通過調用 DescribeRegions 接口獲取地域 ID。 | cn-hangzhou |
RouteTableId | string | 是 | 自定義路由表 ID。 | vtb-bp145q7glnuzdvzu2**** |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "DC668356-BCB4-42FD-9BC3-FA2B2E04B634"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | OperationDenied.GatewayAssociated | You cannot delete the specified route table because it still associates with gateway. | 無法刪除指定的路由表,因為路由表綁定了網關 |
400 | MissingParam.RouteTableId | The param of RouteTableId is missing. | - |
400 | IncorrectRouteTableType | Route table can be deleted by this action only when it's type is custom. | - |
400 | IncorrectVSwitchStatus | The current virtual switch status does not support this operation. | 該vSwitch處于pending狀態,無法刪除。 |
400 | IncorrectRouteTableStatus.RouteEntryExist | You cannot delete the specified route table because it still has custom route entry. | 無法刪除指定的路由表,因為表中仍然存在用戶自定義路由條目。 |
400 | IncorrectStatus.cbnStatus | Current CBN status does not support this operation. | CBN當前狀態不正確 |
404 | InvalidRegionId.NotFound | Specified value of RegionId is not supported. | - |
404 | InvalidParameter.Action | This vpc feature is not supported in this region | - |
404 | IncorrectRouteTableStatus | The current status of the route table does not support this operation. | 當前路由表的狀態不支持刪除操作 |
404 | DependencyViolation.RouteEntry | Vpc route table has route entry. | - |
訪問錯誤中心查看更多錯誤碼。