deleteChat

abstract suspend fun deleteChat(url: String): Boolean

Deletes the local storage data for a specific chat conversation.

Return

true if the chat was successfully deleted from all domains, false otherwise

Parameters

url

the URL associated with the chat to delete