Delete Promise

This request allows you to delete Promises.

General

If a lender issues a bit of good will towards a customer, they can use Promises to keep track of the customer's end of the deal. Here's what you need to know about adding promises:

  • Deleted promises are removed from the UI but remain in the database. A deleted promise in the database will have its deleted status set to 1.

For an example of how promises work within the UI, take a look at our Promises Overview article.

{
    "Promises": {
        "results": [
            {
                "__id": 372,
                "__destroy": true
            }
        ]
    }
}

Database

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

❗️

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
Authentication
Click Try It! to start a request and see the response here!