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