deleteEntry

suspend fun deleteEntry(entry: TrustEntry): Boolean

Deletes a specific TrustEntry from both memory and persistent storage.

Return

true if the entry was found and successfully deleted, false otherwise.

Parameters

entry

The entry to remove.