delete

Function delete 

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

Delete the key-value pair associated with the key in the bucket.

If the key does not exist in the bucket, it does nothing.

If any other error occurs, it returns an Err(error).