removeConversation

abstract suspend fun removeConversation(id: Uid<Conversation>)

Removes the conversation with the specified id. If no conversation with id exists, the call is ignored.

Note that this will also result in the removal of the messages linked with the conversation.

Parameters

id

The ID of the conversation to remove.