Web Service Documentation / Categories / Meter Services / Delete Individual Meter of an Aggregated Meter

Delete Individual Meter of an Aggregated Meter

Updated on March 11, 2021

Description

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.

Version

22.0

HTTP Method

DELETE

Resource URL

/meter/individual/(individualMeterId)

Header

Field Name Value Comments
Authorization Basic credentials

Authorization Required

Yes

Parameters

Parameter Name Description
individualMeterId Id to the individual meter that is part of an aggregation

XML Schemas

Request/Response Schema Name
Request None
Response response.xsd

Example Request

The following example deletes the individual meter with an id of 200.

DELETE  /meter/individual/200

Example Response

The following example indicates that the operation was successful.

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