cURL
curl --request DELETE \ --url https://pinapi.jackalprotocol.com/api/files/{id} \ --header 'Authorization: Bearer <token>'
Mark a file as inactive
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of file to delete
Successful operation