curl --request DELETE \ --url https://api.pinata.cloud/v3/ipfs/swap/{cid} \ --header 'Authorization: Bearer <token>'
{ "data": null }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Target CID to remove swap
The response is of type object.
object