Remove a block from the pin store

post/pin/rm

Query parameters

argstring required

CID of block

Response

success

Pinsstring[] required

Example response

{
  "Pins": [
    "Pins",
    "Pins"
  ]
}

Changes