closeConversation

abstract suspend fun closeConversation(conversationId: UUID): Result<Unit>

Closes a conversation.

Return

The Result of the call to close conversation.

Result.Success.data returns the conversation.

Parameters

conversationId

A UUID to represent the unique conversation identifier.