- (AlfrescoRequest *)removeFavorite:(AlfrescoNode *)node
        completionBlock:(AlfrescoFavoritedCompletionBlock)completionBlock - remove the
      specified node from favorites.
    Parameters
- (AlfrescoNode *) node
 - The node to remove from favorites.
 - (AlfrescoFavoritedCompletionBlock) completionBlock
 - The block that is called on completion of the operation. The block has the format typedef void (^AlfrescoFavoritedCompletionBlock)(BOOL succeeded, BOOL isFavorited, NSError *error);.
 
Returns
(AlfrescoRequest *)
Example