# File lib/aws/ec2/route_table/association.rb, line 109
        def delete
          route_table.client.disassociate_route_table(
            :association_id => association_id)
          nil
        end