DeleteRoute#

Description#

Deletes the specified route from the specified route table.

Request Parameters#

  • DestinationCidrBlock — The CIDR address block used for the destination match.

    • Type: String

  • RouteTableId — The ID of the route table.

    • Type: String

Response Elements#

  • requestId — The request ID

    • Type: String

  • returnTrue is returned if the request succeeds and an error otherwise.

    • Type: Boolean

Examples#

c2-ec2 DeleteRoute RouteTableId <rtb_id> DestinationCidrBlock 10.10.10.0/24