DELETE
/
pinning
/
unpin
/
{CID}
curl --request DELETE \
  --url https://api.pinata.cloud/pinning/unpin/{CID} \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

CID
string
required

Response

200 - application/json

The response is of type any.