Delete Promise

This request deletes Promises.

   Click here to learn more about this request

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. Note the following when using this request:

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.

Deleting a promise requires its ID. To pull promise history, use the GET promises request.

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

Database

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

Database – Loan Promise Info (loan_promise_entity)

Database – Loan Table (loan_entity)

{
    "Promises": {
        "results": [
            {
                "__id": 372,
                "__destroy": true
            }
        ]
    }
}
Language
Credentials
Click Try It! to start a request and see the response here!