Web Service Documentation / Categories / Meter Services / Delete Consumption Data
Updated on July 17, 2013
This web service deletes a specific consumption data. The corresponding meter must already be shared with you and you must have write access.
25.0
DELETE
/consumptionData/(consumptionDataId)
| Field Name | Value | Comments |
|---|---|---|
| Authorization | Basic credentials |
Yes
| Parameter Name | Description |
|---|---|
| consumptionDataId | Id to the consumption data |
| Request/Response | Schema Name |
|---|---|
| Request | None |
| Response | response.xsd |
The following example deletes a specific consumption data that has an id of 181.
DELETE /consumptionData/181
The following example returns the information for the meter.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>
