Unlink customer from loan

This request unlinks a customer from a loan.

   Click here to learn more about this request

Loans and customers are "linked" when they become associated with each other. This request removes the relationship between a customer profile and loan account. Note the following when unlinking customers from loans:

This request is sent through the Loans endpoint. Thus, the Customers object is included in the payload.

Both loans and customers can exist without being associated to each other.

For an example of how linking works within the UI, read our Link a Customer to a Loan article.

Database

For information regarding loans and customers database tables, see the following articles:

Database – Loan Table (loan_entity)

Database – Loan Setup (loan_setup_entity)

Database – Loan Status Entity (loan_status_entity)

Database – Customer Main Table (customer_entity)

{
	"Customers": {
		"results": [
			{
				"__id": 916,
				"__destroy": true
			}
		]
	}
}
Language
Credentials
Click Try It! to start a request and see the response here!