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.
Parameters
Section titled “Parameters”string
The key string.
instance
Section titled “instance”The Instance config.
Returns
Section titled “Returns”Promise
<void
>
A promise that resolves when all requests have completed.