delete https://loanpro.simnang.com/api/public/api/1/odata.svc/Address()
This request deletes a customer's address.
General
Here's what you need to know about deleting addresses:
- Deleted addresses remain within the database. Instead of being dropped, the address is marked as deleted.
- Deleting an address requires its ID. You can find an address's ID by sending a GET Address request.
- Deleting an address does not incur additional costs to your account.
For an example of how addresses work within the UI, take a look at our Contact & Personal Information article.
Database
For information regarding address database tables, see the following articles:
Try It Instructions
Our requests often provide sample payload information so that you can try requests yourself. Since this is a DELETE request, we have not included payload information.
If you would like to try this request with your own tenant account, make sure to change the headers to match your own authentication information.