# File lib/aws/dynamo_db/table.rb, line 473
      def batch_delete items
        batch = BatchWrite.new(:config => config)
        batch.delete(self, items)
        batch.process!
      end