API – Deleting a Customer
Introduction
This article goes over how to delete a customer in the API.
How To
To delete a customer, simply send a DELETE request to the odata.svc/Customers endpoint with the ID of the customer you want to delete. For example, to delete the customer with ID 515, you would send a request to:
DELETE https://loanpro.simnang.com/api/public/api/1/odata.svc/Customers(515)
The customer would then be deleted.