# File lib/twitter/rest/friends_and_followers.rb, line 153
      def unfollow(*args)
        parallel_users_from_response(:post, '/1.1/friendships/destroy.json', args)
      end