method IDurableObjectStorage.delete
IDurableObjectStorage.delete(key: string): Promise<boolean>

Removes one value.

Parameters

key: string

The storage key

Return Type

Promise<boolean>

Whether the key existed

Usage

import { type IDurableObjectStorage } from "cloudflare-plugin/src/index.ts";