There has been a lapse in Environmental Protection Agency appropriations. EPA intends to keep the ENERGY STAR website, tools, and resources available, however they will not be updated regularly. If you submit a question, application, or request to EPA, it may not be processed during this period.
Web Service Documentation / Categories / Meter Services / Delete All Individual Meters of an Aggregate Meter
Updated on March 11, 2021
This web service deletes all information of individual meters that are included in the total for the aggregate meter. The aggregate meter must already be shared with you and you must have write access.
25.0
DELETE
/meter/(meterId)/individual
| Field Name | Value | Comments |
|---|---|---|
| Authorization | Basic credentials |
Yes
| Parameter Name | Description |
|---|---|
| meterId | Id to the meter |
| Request/Response | Schema Name |
|---|---|
| Request | None |
| Response | response.xsd |
The following example deletes all the individual meters that belong to an aggregate meter with an id of 200.
DELETE /meter/200/individual
The following example indicates that the operation was successful.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>
