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.
Parameters
Section titled “Parameters”instance
Section titled “instance”The instance to request a delete.
A valid HashLike of the File to delete.
Returns
Section titled “Returns”Promise<void>
A promise that resolves when all requests have settled.