DELETE api/Consumptions/{id}
Delete an existing consumption when no invoice is associated with it.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The consumption identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The result of the consumption deletion operation.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.