Delete an Interest Rate Change

This request removes an existing interest rate change on a loan.

General

LoanPro's Interest Rate Change tool allows users to change a loan's interest rate at any point in the loan's life. Here's what you need to know about this request:

  • This request will remove an interest rate adjustment.
  • To remove an interest rate change, you will need its ID. To find an interest rate change ID, send a GET request.
  • Removing an interest rate change will affect the loan's APR.

For an example of how the Interest Rate Change tool works in the UI, take a look at our Interest Rate Changes article.

Database

For information regarding interest rate change database tables, see the following articles:

{
    "InterestRateChanges": {
        "results": [
            {
               "__id": 23,
               "__destroy": true
            }
        ]
    }
}

❗️

Try It Instructions

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

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!