This request allows you to remove a days past due adjustment.
General
While rare, lenders sometimes need to make adjustments to a loan's days past due (DPD). Here's what you need to know removing adjustments:
- A removed days past due adjustment remains within the database table. When the adjustment is removed, the
deleted
column is updated to reflect its status.
For an example of how days past due adjustments work within the UI, take a look at our Past Due Adjustments article.
Database
For information on past due adjustment database tables, see the following articles:
{
"DPDAdjustments": {
"results": [
{
"__id": 34619,
"__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. This request is a bit different.
We can’t provide sample 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.