deleteContent
deleteContent(
cid
,instance
):Promise
<void
>
Defined in: astrobase/src/content/api.ts:16
Invokes the content:delete
procedure via all clients that support it.
Parameters
Section titled “Parameters”A valid ContentIdentifierLike value.
instance
Section titled “instance”The Instance config to use.
Returns
Section titled “Returns”Promise
<void
>
A promise that resolves once all requests are completed.