cURL
curl --request DELETE \ --url https://api.pinata.cloud/v3/files/{network}/swap/{cid} \ --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>
Target either the public or private IPFS network
public
private
Target CID to remove swap
OK
The response is of type object.
object