[][src]Function near_sdk::env::storage_remove

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

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