core.memorystorage.removeitem | Medplum

MemoryStorage.removeItem() method

Removes the key/value pair with the given key, if a key/value pair with the given key exists.

Signature:

removeItem(key: string): void;

Parameters

Parameter Type Description
key string The storage key.

Returns:

void