cURL
curl --request DELETE \ --url http://api.endclose.com/records/{id} \ --header 'X-API-KEY: <api-key>'
Deletes a single record by its ID. The record must have a status of unreconciled. Records that are partially or fully reconciled cannot be deleted.
unreconciled
The unique identifier of the record
Record deleted successfully