
delete-route
************


DESCRIPTION
===========

Deletes a route from a route table in a VPC. For more information
about route tables, go to Route Tables in the Amazon Virtual Private
Cloud User Guide.


SYNOPSIS
========

   aws ec2 delete-route
     --destination-cidr-block <value>
     --route-table-id <value>


REQUIRED PARAMETERS
===================

"--destination-cidr-block"  (string)
   The CIDR range for the route you want to delete. The value you
   specify must exactly match the CIDR for the route you want to
   delete.

"--route-table-id"  (string)
   The ID of the route table where the route will be deleted.


OPTIONAL PARAMETERS
===================

None
