DeleteTransitGatewayRoute
In this article:
DeleteTransitGatewayRoute#
Description#
Request to delete a route from the transit gateway route table.
Request Parameters#
DestinationCidrBlock — The CIDR address block used for the destination match.
Type: String
Required: Yes
TransitGatewayRouteTableId — The ID of the transit gateway route table.
Type: String
Required: Yes
Response Elements#
requestId — The request ID.
Type: String
route — Information about the route in the transit gateway route table.
Type: TransitGatewayRoute object
Examples#
c2-ec2 DeleteTransitGatewayRoute TransitGatewayRouteTableId tgw-rtb-12345678 DestinationCidrBlock 10.10.10.0/24