pin_rm

Remove pinned objects from local storage.

/api/v0/pin/rm

Remove pinned objects from local storage.

REQUEST

curl "https://mainnet-rpc.wetez.io/ipfs/$AdminKey/api/v0/pin/rm?arg=<ipfs-path>" \
    -X POST

REQUEST PARAMS

  • arg [Required] - Path to object(s) to be unpinned.

RESPONSE

On success, the call to this endpoint returns with 200 and the following body:

BODY

{
  "Pins": [
    "string"
  ]
}

Last updated