Skip to content

Archive a loan

Request

Soft-delete a loan by setting its deletion timestamp. The loan will no longer appear in list results but can be restored by Pioneer support.

Security
ApiKeyAuth
Path
idstringrequired
curl -i -X DELETE \
  'https://api.pioneerft.com/api/public/v1/loans/{id}' \
  -H 'Authorization: Bearer <YOUR_API Key_HERE>'

Responses

Loan archived successfully

Bodyapplication/json
messagestring
Example:"Loan archived"
Response
{ "message": "Loan archived" }