# File lib/twitter/api.rb, line 695
    def unfollow(*args)
      threaded_users_from_response(:delete, "/1/friendships/destroy.json", args)
    end