cURL
curl --request DELETE \ --url https://lms.tausi.africa/v1/loans/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Permanently removes a loan record.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Loan deleted successfully
true