added
Delete Notes, Damages and Payments
over 3 years ago by David Lawrence
You can now delete notes, damages and payments via our new DELETE endpoints:
Claims
Contacts
Companies
Upon successful deletion the API returns a small JSON object confirming the id
of the object that has been deleted and a deleted
flag set to true to indicate successful deletion.
No Undo!
Deleting an object via the Claimable API is permanent and can not be undone, so please perform the necessary checks in your code before making a DELETE request.