Skip to main content
DELETE
/
repayments
/
{id}
Delete repayment
curl --request DELETE \
  --url https://lms.tausi.africa/v1/repayments/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer<int64>
required

Response

Repayment deleted successfully

success
boolean
required
Example:

true

message
string
required