Removes the key-value pair associated with the given key from the current contract's datastore.
key
string
StaticArray<u8>
Args
Can be either string, Args, or StaticArray<u8>.
The key to delete from the datastore.
Generated using TypeDoc
Removes the key-value pair associated with the given
keyfrom the current contract's datastore.Throws
keydoes not exist in the datastore.keytype are neitherstring,StaticArray<u8>, orArgs.