Function storage_remove

Source
pub fn storage_remove(key: &[u8]) -> bool
Expand description

Removes the value stored under the given key. If key-value existed returns true, otherwise false.