DeleteVpnConnectionRoute

GET /?Action=DeleteVpnConnectionRoute
Description

Deletes a static route to a VPN connection previously created using the CreateVpnConnectionRoute method.

Body parameter

Required: false
Name: DeleteVpnConnectionRouteRequest

Name Description Required Schema Default Example

DestinationCidrBlock

The network prefix of the route to delete, in CIDR notation (for example, 10.12.0.0/16).

true

string

DryRun

If set to true, checks whether you have the required permissions to perform the action.

false

boolean

VpnConnectionId

The ID of the target VPN connection of the static route to delete.

true

string

Responses
HTTP Code 200
HTTP Code Description Schema

200

DeleteVpnConnectionRouteResult

Response 200

Response 200

Name Description Required Schema Default Example

requestId

The ID of the request.

false

string

return

If true, the request succeeds. Otherwise, an error is returned.

false

boolean