fun removeAsync(key: Bytes): AsyncCompletion (source)
Deletes the value that corresponds to the specified key, if such a value exists.
key - The key of the value to be deleted.
Return
A completion that will complete when the value has been removed.