Function Storage.remove

Remove an element from Storage with identity.

Storage remove (
  KeyType identity
);

Remove an element from Storage with identity. If there is no element by provided identity, then no action is performed.

Parameters

NameDescription
identity the identity of element to be removed.

Return

Storage