Delete a loan
Loans
Delete a loan
Permanently remove a pending loan.
DELETE
Delete a loan
Only loans in submitted and pending approval state can be deleted. BecauseDocumentation Index
Fetch the complete documentation index at: https://docs.lms.bsa.ai/llms.txt
Use this file to discover all available pages before exploring further.
POST /v1/loans always lands at Active, reaching a deletable
state requires first calling undo disbursal
and then undo approval. To stop an active
loan without removing it from the record, use
Write off instead.
Two equivalent forms — prefer the externalId form for partner integrations.
Path parameters
Example
Response
204 No Content with an empty body.
Errors
| Code | When |
|---|---|
not_found | No loan with that ID |
permission_denied | Loan is not in Submitted and pending approval state (e.g. Active, Closed, Overpaid). The loan is left untouched. |

