Web Service Documentation / Categories / Connection/Share Services / Unshare Meter
Updated on July 17, 2013
This web service removes an existing share between you and a specific meter. An optional note indicating the reason can be included too. This optional note is provided in the XML request.
23.0
POST
/unshare/meter/(meterId)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials | |
Content-Type | application/xml |
Yes
Parameter Name | Description |
---|---|
meterId | Id to the meter |
Request/Response | Schema Name |
---|---|
Request | authorization.xsd |
Response | response.xsd |
The following example unshares a meter that has an id of 846.
POST /unshare/meter/846<?xml version="1.0" encoding="UTF-8"?> <terminateSharingResponse> <note>Meter no longer exists.</note> </terminateSharingResponse>
The following example shows that the unshare was successful.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>