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