MarkConversationAsDeletedLocallyUseCase
interface MarkConversationAsDeletedLocallyUseCase
Marks a conversation as deleted locally, which is a first step in the local deletion process. After this call, the conversation will not be visible in the app. To complete the local deletion, call DeleteConversationUseCase, which can already be done asynchronously in the background.