Add an `UNPIN_HASH` action or similar that calls [`ipfs.pin.rm(hash)`](https://github.com/ipfs/interface-js-ipfs-core/blob/master/SPEC/PIN.md#pinrm) Use case: * a user uploads an avatar * pinion pins the avatar * the user later removes their avatar * pinion should unpin the avatar
Add an
UNPIN_HASHaction or similar that callsipfs.pin.rm(hash)Use case: