deleteConversations

abstract suspend fun deleteConversations(conversations: List<IRainbowConversation>): RainbowResult<Unit>

Delete a conversation from the active list of conversations.

Return

RainbowResult Callback

Parameters

conversations

@List The conversations to delete