Skip to main content

delete

Function delete 

Source
pub fn delete(bucket: &str, key: &str) -> Result<bool, KvError>
Expand description

Delete a key.

Returns Ok(true) if the key existed, Ok(false) otherwise.

ยงErrors

Returns KvError if the operation fails.