delete

abstract suspend fun delete(context: Context, conversationId: UUID): Int

Deletes the conversation from the local database.

Return

The number of rows in the database that were deleted.

Parameters

context

Interface to global information about an application environment.

conversationId

The conversation ID to delete.