Delete Model By Id

DELETE is a simple operation, exposed by with the same URL as would be used for a get by id, with the exception of a different HTTP Verb usage.

It is autogenerated, and exposed for all services. Lockdown of the delete operation is up to the user integrating with this generated service.

Between building (or not building) support for the DELETE operation within your applications, and the (still pending) security implementation restricting access to your APIs, it is up to the user to ensure that data is not deleted by the service. AutomatedAPI does not at this time support logical delete in the generator itself, but you could simulate this using clever UPDATE and GET calls and avoid use of the DELETE verb altogether.