Skip to content

deleteImmutable

deleteImmutable(instance, hash): Promise<void>

Defined in: astrobase/src/immutable/repository.ts:26

Asynchronously requests each client of the instance to delete an item of immutable content by its content hash.

Instance

The instance to request a delete.

HashLike

A valid HashLike of the File to delete.

Promise<void>

A promise that resolves when all requests have settled.