View on GitHub
Un-favorites the specified Tweets as the authenticating user and raises an error if one is not found
@see https://dev.twitter.com/rest/reference/post/favorites/destroy
@rate_limited No
@authentication Requires user context
@raise [Twitter::Error::NotFound] Error raised when tweet does not exist or has been deleted.
@raise [Twitter::Error::Unauthorized] Error raised when supplied user credentials are not valid.
@return [Array<Twitter::Tweet>] The un-favorited Tweets.
@overload unfavorite!(*tweets)
@param tweets [Enumerable<Integer, String, URI, Twitter::Tweet>] A collection of Tweet IDs, URIs, or objects.
@overload unfavorite!(*tweets, options)
@param tweets [Enumerable<Integer, String, URI, Twitter::Tweet>] A collection of Tweet IDs, URIs, or objects.
@param options [Hash] A customizable set of options.