Skip to main content

core.medplumkeyvalueclient.delete

Home > @medplum/core > MedplumKeyValueClient > delete

MedplumKeyValueClient.delete() method

Deletes the value for the given key from the keyvalue store.

Signature:

delete(key: string): Promise<void>;

Parameters

ParameterTypeDescription
keystringThe key to delete the value for.

Returns:

Promise<void>