Remove Loan from Portfolio

This request removes a loan from a Portfolio.

General

Portfolios allow lenders to categorize their loans. Many lenders use portfolios in tandem with rules to automate loan categorization. Here's what you need to know about this request:

  • This request will remove the loan from the Portfolios listed within the payload.
  • A loan can be removed from multiple Portfolios within a single request.

For an example of how portfolios work within the UI, take a look at our Portfolios article on our help site.

Database

For information on portfolio database tables, see the following articles:

{
    "Portfolios": {
        "results": [
            {
                "__id": 16,
                "__destroy": true
            }
        ]
    },
    "SubPortfolios": {
        "results": [
            {
                "__destroy": true,
                "__id": 12
            }
        ]
    }
}

📘

Try It Instructions

Our pages often provide sample payload information so that you can try requests yourself. This request is ready for you—hit ‘Try It’ to send the request.

If you would like to try this request with your own tenant account, 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!