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:

  • 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:

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