remove: TheCapabilityParser<CapabilityMatch<"blob/remove", `did:key:${string}` & `did:${string}` & Phantom<{
    protocol: "did:";
}>, Space.Store.Schema.InferStruct<{
    digest: Space.Store.Schema.Schema<Uint8Array, unknown>;
}>>> = ...

Capability can be used to remove the stored Blob from the (memory) space identified by with field.

Generated using TypeDoc