During the current lapse in appropriations, EPA intends to keep the ENERGY STAR website, tools, and resources available, however they will not be updated regularly. Many services may not be available during this time.
Web Service Documentation / Categories / Meter Services / Delete Individual Meter of an Aggregated Meter
Updated on March 11, 2021
This web service deletes information for an individual meter that is 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/individual/(individualMeterId)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
individualMeterId | Id to the individual meter that is part of an aggregation |
Request/Response | Schema Name |
---|---|
Request | None |
Response | response.xsd |
The following example deletes the individual meter with an id of 200.
DELETE /meter/individual/200
The following example indicates that the operation was successful.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>