cURL
curl --request DELETE \ --url https://lms.tausi.africa/v1/bulk/repayments \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "ids": [ 123 ] } '
{ "success": true, "message": "<string>" }
Permanently removes multiple repayment records by their IDs.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Repayments deleted successfully
true