调用DeleteDirectConnectGatewayRoute删除指定的专线网关静态路由。
路由方式为“系统路由”、“BGP”类型的路由条目不可删除。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteDirectConnectGatewayRoute | 要执行的操作,取值:DeleteDirectConnectGatewayRoute。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
DirectConnectGatewayRouteId | String | 是 | dcr-2752hzaqrwfeo7f**** | 待删除静态路由的ID。您可调用DescribeDirectConnectGatewayRoutes查询专线网关静态路由的ID。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 202111161611080102121461940900**** | 请求ID。 |
GET /?Action=DeleteDirectConnectGatewayRoute&Version=2020-04-01&DirectConnectGatewayRouteId=dcr-7qthudw0ll6jmc**** HTTP/1.1 Host: open.volcengineapi.com ServiceName: directconnect Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "202111161611080102121461940900****", "Action": "DeleteDirectConnectGatewayRoute", "Version": "2020-04-01", "Service": "directconnect", "Region": "cn-beijing" }, "Result": { "RequestId": "202111161611080102121461940900****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidDirectConnectGateway.InvalidStatus | The specified direct connect gateway is not in the correct status for the request. | 指定的专线网关所处的状态无法响应该请求。 |
400 | InvalidDirectConnectGatewayRoute.InUse | The specified direct connect gateway route can not be deleted while in use. | 指定的静态路由正在处理中,不可删除。 |
400 | InvalidCen.InvalidStatus | The CEN attached by the specified direct connect gateway is not in the correct status for the request. | 指定的专线网关挂载的CEN实例状态无法响应该请求,请稍后再试。 |
403 | Forbidden | You are not authorized to perform operations on the specified route entry. The specified route entry is a system route entry. | 无权限对指定路由条目进行操作。指定的路由条目为系统路由条目。 |
404 | InvalidDirectConnectGatewayRoute.NotFound | The specified direct connect gateway route does not exist. | 指定的专线网关路由条目不存在。 |
404 | InvalidDirectConnectGateway.NotFound | The specified direct connect gateway does not exist. | 指定的专线网关不存在。 |