Skip to main content

Remove conversations from a tag. The operation is automatically synchronized to the current user devices.

API Definition

/**
* remove conversations from a tag
* @param conversations conversation list
* @param tagId tag ID
* @param callback result callback
*/
void removeConversationsFromTag(List<Conversation> conversations, String tagId, ISimpleCallback callback);