This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Add garbage collection to pin rm #2891
Closed
Description
Add the method unlink
to the files
component.
I have read the discussiones (here & here) and understand files are not deleted from the network (if another peer has pinned them, then the files can still be distributed).
We are working on a web project where we add files to the network and we wanted to remove the files to clear some space locally. With this method the files will be unlinked
locally.