View on GitHub
Allows the authenticating user to unfollow the specified users
@see https://dev.twitter.com/rest/reference/post/friendships/destroy
@rate_limited No
@authentication Requires user context
@raise [Twitter::Error::Unauthorized] Error raised when supplied user credentials are not valid.
@return [Array<Twitter::User>] The unfollowed users.
@overload unfollow(*users)
@param users [Enumerable<Integer, String, Twitter::User>] A collection of Twitter user IDs, screen names, or objects.
@overload unfollow(*users, options)
@param users [Enumerable<Integer, String, Twitter::User>] A collection of Twitter user IDs, screen names, or objects.
@param options [Hash] A customizable set of options.