# File lib/twitter/rest/lists.rb, line 290
      def destroy_list(*args)
        list_from_response(:post, '/1.1/lists/destroy.json', args)
      end