pin_rm
/api/v0/pin/rm
REQUEST
curl "https://ipfs.krypc.io:5001/api/v0/pin/rm?arg=<ipfs-path>" \
-X POST \
-u "<API_KEY>:<API_KEY_SECRET>"RESPONSE
{
"Pins": [
"string"
]
}Last updated
Was this helpful?
/api/v0/pin/rm
curl "https://ipfs.krypc.io:5001/api/v0/pin/rm?arg=<ipfs-path>" \
-X POST \
-u "<API_KEY>:<API_KEY_SECRET>"{
"Pins": [
"string"
]
}Last updated
Was this helpful?
Was this helpful?