# File lib/aws/ec2/route_table/route.rb, line 112
        def delete
          route_table.delete_route(destination_cidr_block)
        end