调用DeleteVpnGatewayRoute删除指定VPN网关目的路由条目。
请确认待删除的路由条目已无需使用。若待删除的路由条目仍在使用中,删除路由条目后可能会导致网络不通。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteVpnGatewayRoute | 要执行的操作,取值:DeleteVpnGatewayRoute。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
VpnGatewayRouteId | String | 是 | vgr-3tex2c6c0v844c**** | 待删除VPN网关路由条目的ID。您可调用DescribeVpnGatewayRoutes查询VPN网关路由条目的ID信息。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 20220322145233010225243081016A**** | 请求ID。 |
GET /?Action=DeleteVpnGatewayRoute&Version=2020-04-01&VpnGatewayRouteId=vgr-7qthudw0ll6jmc**** HTTP/1.1 Host: open.volcengineapi.com ServiceName: vpn Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "20220322145233010225243081016A****", "Action": "DeleteVpnGatewayRoute", "Version": "2020-04-01", "Service": "vpn", "Region": "cn-beijing" }, "Result": { "RequestId": "20220322145233010225243081016A****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidVpnGateway.InvalidStatus | The specified VPN gateway is not in the correct status for the request. | 指定的VPN网关所处的状态无法响应该请求。 |
400 | InvalidVpnGatewayRoute.SslVpnClientIpPoolConflict | The specified vpn gateway route conflicts with that of existing SSL server client ip pool. | 指定VPN网关路由与已有SSL服务端所属客户端网段存在冲突。 |
404 | InvalidVpnGatewayRoute.NotFound | The specified VPN gateway route does not exist. | 指定的VPN网关路由条目不存在。 |