调用 DeleteRouteEntry 接口,删除自定义路由条目。
DeleteRouteEntry为异步接口,即返回请求ID时,系统后台仍在配置。您可调用 DescribeRouteEntryList 查看路由条目的状态,Pending
表示删除中,查看失败表示删除成功。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteRouteEntry | 要执行的操作,取值:DeleteRouteEntry。 |
Version | String | 是 | 2020-04-01 | API版本信息,取值为:2020-04-01。 |
RouteEntryId | String | 是 | rte-3tj9gw2pwq3vj0x**** | 待删除的路由条目的ID。 |
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
GET /?Action=DeleteRouteEntry&Version=2020-04-01&RouteEntryId=rte-3tj9gw2pwq3vj0x**** HTTP/1.1 Host: open.volcengineapi.com Service: vpc Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "DeleteRouteEntry", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-beijing" }, "Result": { "RequestId": "2021062415303301022514515207C4****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
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 entry. The specified route entry is a system route entry. | 无权限对指定路由条目进行操作。指定的路由条目为系统路由条目。 |
404 | InvalidRouteEntry.NotFound | The specified route entry does not exist. | 指定的路由条目不存在。 |