core.medplumkeyvalueclient.delete | Medplum

MedplumKeyValueClient.delete() method

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

Signature:

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

Parameters [​](/content/docs/sdk/core.medplumkeyvalueclient.delete#parameters "Direct link to Parameters"/index.html)

Parameter Type Description
key string The key to delete the value for.

Returns:

Promise