pin_rm
Remove pinned objects from local storage.
Last updated
Remove pinned objects from local storage.
Remove pinned objects from local storage.
curl "https://mainnet-rpc.wetez.io/ipfs/$AdminKey/api/v0/pin/rm?arg=<ipfs-path>" \
-X POSTcurl "https://mainnet-rpc.wetez.io/ipfs/$AdminKey/api/v0/pin/rm?arg=QmPrF9X3RAvtZ6p3HD7uaXSwfFR7VSZXL5H18HTMB791KN" \
-X POSTarg [Required] - Path to object(s) to be unpinned.
On success, the call to this endpoint returns with 200 and the following body:
{
"Pins": [
"string"
]
}Last updated