clearConversationsByTag

public abstract void clearConversationsByTag(String tagId, boolean deleteMessage, IRongCoreCallback.ResultCallback<Boolean> callback)

Deletes all conversations under the specified tag. Note: This operation will unbind the relationship between the conversation and the tag. Re-binding is required if you call this again.

Since

5.1.5

Parameters

tagId

The ID of the tag

deleteMessage

Indicates whether to delete the messages

callback

Callback for tag deletion