erase

@MainThread
open fun erase(key: String): Expected<String, None>

Erase value for the specified key. If provided key is not found then this API call does nothing.

Return

Nothing on success, otherwise a string describing an error.

Parameters

key

Key.