deleteConversation

abstract suspend fun deleteConversation(conversationId: UUID): Int

Deletes the conversation from the local database.

Return

The number of rows in the database that were deleted.

Parameters

conversationId

The conversation ID to delete.