Unlink customer from account

This request unlinks a customer from a line of credit account.

   Click here to learn more about this request

Line of credit accounts and borrowers can be associated with each other. In the event of a necessary change, borrowers can also be unliked from line of credit accounts.

Within LoanPro, your borrowers are represented by the Customers entity, which stores a borrowers personal and contact information. A borrower is unlinked from a line of credit account using a similar method to linking the entities: add the Customers object to the payload, but this time, include the "__destroy": true parameter to unlink the borrower from the account.

💭 Want to learn more about Customers?

Take a look at our Customers ↗ documentation.

Database

For information regarding Line of Credit and Customer database tables, see the following articles:

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