Unlink Customer from Loan

This request allows you to unlink a customer from a loan.

General

Loans and customers are "linked" when they become associated with each other. Here's what you need to know about linking loans and customers:

  • 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 on loans and customers database tables, see the following articles:

{
	"Customers": {
		"results": [
			{
				"__id": 916,
				"__destroy": true
			}
		]
	}
}

🚧

Try It

Our requests often provide sample payload information so that you can receive a 200 response from simply hitting the Try It button. This request is a bit different.

We can’t provide sample ID values that will work for multiple users. But, if you’d like to see a sample of a 200 response, click the response examples located under the Try It button.

To receive a 200 response from the Try It button, you will have to try this request with your own tenant credentials. If you plan on doing so, make sure to change the headers to match your own authentication information.

Language
Authorization
Click Try It! to start a request and see the response here!