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 / Disassociate Meter From a Property Use
Updated on July 17, 2013
This web service disassociates a specific meter from a given property use.
25.0
DELETE
/association/propertyUse/(propertyUseId)/meter/(meterId)
| Field Name | Value | Comments |
|---|---|---|
| Authorization | Basic credentials |
Yes
| Parameter Name | Description |
|---|---|
| meterId | Id to the meter |
| propertyUseId | Id to the property use |
| Request/Response | Schema Name |
|---|---|
| Request | None |
| Response | response.xsd |
The following example disassociates the meter that has an id of 1 from the property use that has an id of 1001.
DELETE /association/propertyUse/1001/meter/1
The following example indicates that the disassociation was performed successfully.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>
