Payload for IPFS_UNPIN operation

Removes a pin from the sender's account. Content may still exist on IPFS but sender no longer pays for hosting.

interface IPFSUnpinPayload {
    cid: string;
    operation: "IPFS_UNPIN";
}

Properties

Properties

cid: string

Content Identifier to unpin

operation

The IPFS operation type