remove: TheCapabilityParser<CapabilityMatch<"upload/remove", `did:key:${string}` & `did:${string}` & Phantom<{
    protocol: "did:";
}>, Space.Store.Schema.InferStruct<{
    root: Link;
}>>> = ...

Capability removes an upload (identified by it's root CID) from the upload list. Please note that removing an upload does not delete corresponding shards from the store, however that could be done via store/remove invocations.

Generated using TypeDoc