Remove IPFS block(s) from the local datastore.
arg [string]: CIDs of block(s) to remove. Required: yes.
arg
force [bool]: Ignore nonexistent blocks. Required: no.
force
quiet [bool]: Write minimal output. Required: no.
quiet
On success, the call to this endpoint will return with 200 and the following body:
{ "Error": "<string>", "Hash": "<string>" }
curl -X POST "http://127.0.0.1:5001/api/v0/block/rm?arg=<cid>&force=<value>&quiet=<value>"
Last updated 1 year ago