cURL
curl --request DELETE \ --url https://api.pinata.cloud/v3/files/public/pin_by_cid/{id} \ --header 'Authorization: Bearer <token>'
{ "data": null }
org:files:write
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the pin_by_cid request
OK
The response is of type object.
object