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, theCustomers
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:
- 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
}
]
}
}
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.