Skip to main content
DELETE
Delete a loan
Only loans in submitted and pending approval state can be deleted. Because 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

string
required

Example

Response

204 No Content with an empty body.

Errors