Web Service Documentation / Categories / Meter Services / Disassociate Meter From a Property

Disassociate Meter From a Property

Updated on July 17, 2013

Description

This web service disassociates a specific meter from a given property.

Version

22.0

HTTP Method

DELETE

Resource URL

/association/property/(propertyId)/meter/(meterId)

Header

Field Name Value Comments
Authorization Basic credentials

Authorization Required

Yes

Parameters

Parameter Name Description
meterId Id to the meter
propertyId Id to the property

XML Schemas

Request/Response Schema Name
Request None
Response response.xsd

Example Request

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

Example Response

The following example indicates that the disassociation was performed successfully.

<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>
TEST