remove

abstract fun remove(key: String): Kvs.KvsEditor

Stages the removal of the entry identified by key.

If key does not exist the operation is a no-op.

Return

This editor instance for chaining.

Parameters

key

Storage key of the entry to remove.

Throws

if the editor has already been committed.