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

Parameter

Type

Description

key

string

The key to delete the value for.

Returns:

Promise<void>