function delete_ delete_<K>(key: K): Promise<void> Deletes a key-value pair from the key-value store. Type Parameters K Parameters key: K The key of the key-value pair to delete. Return Type Promise<void> A promise that resolves when the operation is complete.