Remove Smart Tag from Loan

This request removes a Smart Tag from a loan.

   Click here to learn more about this request

Smart Tags (formerly known as Portfolios) allow lenders to categorize their accounts. Smart Tags can be used in tandem with the Automation Engine to create powerful automations within LoanPro. Here's what you need to know about this request:

  • Smart Tags are referred to as Portfolios within the API and the database.
  • This request will remove the Smart Tag(s) from a loan.
  • Multiple Smart Tags can be removed from a loan at a time.

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

Database

For information regarding Smart Tag database tables, see the following articles:

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