Skip to content

deleteMutable

deleteMutable(key, instance): Promise<void>

Defined in: astrobase/src/mutable/mutable.ts:27

Sends a request to delete an item of mutable content to all clients asynchronously.

string

The key string.

Instance

The Instance config.

Promise<void>

A promise that resolves when all requests have completed.