# File lib/fog/aws/requests/compute/disassociate_route_table.rb, line 19
        def disassociate_route_table(association_id)
          request(
            'Action'        => 'DisassociateRouteTable',
            'AssociationId' => association_id,
            :parser         => Fog::Parsers::Compute::AWS::Basic.new
          )
        end