abstract suspend fun remove(key: K): Unit (source)
Deletes the value that corresponds to the specified key, if such a value exists.
key - The key of the value to be deleted.
MerkleStorageException - If there is an error while writing to storage.