method IKvNamespace.delete
IKvNamespace.delete(key: string): Promise<void>

Removes a value. Succeeds whether or not the key existed.

Parameters

key: string

The key to remove

Return Type

Promise<void>

Usage

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