removeConversation

fun removeConversation(conversationId: Uid<Conversation>): Conversation?

Removes the conversation with the specified conversationId.

Return

The removed conversation or null if no conversation with conversationId exists.

Parameters

conversationId

The ID of the conversation to remove.