Delete
DELETE: webapi_base_url/v1/production/{module}/{resource}/0
Parameters
- id: identifier of the resource to be deleted
Response Code
200: if the object has been successfully deleted400: if the object was not deleted; the response content contains the validation messages produced404: if the object was not found409: if the object was not deleted due to unmet business logic; the response content contains the validation messages produced