Skip to main content
This release is 1 version behind 24.6.2 — the latest version of @rivet-gg/actor. Jump to latest

🔩 Rivet Actors have built-in RPC, state, and events — the easiest way to build modern applications.

This package works with Deno
This package works with Deno
JSR Score
88%
Published
4 weeks ago (24.6.1-rc.2)
function delete_
delete_<K>(key: K): Promise<void>

Deletes a key-value pair from the key-value store.

Type Parameters

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.

Add Package

deno add jsr:@rivet-gg/actor

Import symbol

import { delete_ } from "@rivet-gg/actor/kv";

---- OR ----

Import directly with a jsr specifier

import { delete_ } from "jsr:@rivet-gg/actor/kv";