Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 237 Bytes

File metadata and controls

13 lines (8 loc) · 237 Bytes

To delete a route

This example deletes the specified route from the specified route table.

Command:

aws ec2 delete-route --route-table-id rtb-22574640 --destination-cidr-block 0.0.0.0/0

Output:

{
    "return": "true"
}