Web Service Documentation / Categories / Meter Services / Delete All Individual Meters of an Aggregate Meter

Delete All Individual Meters of an Aggregate Meter

Updated on March 11, 2021

Description

This web service deletes all information of individual meters that are 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/(meterId)/individual

Header

Field Name Value Comments
Authorization Basic credentials

Authorization Required

Yes

Parameters

Parameter Name Description
meterId Id to the meter

XML Schemas

Request/Response Schema Name
Request None
Response response.xsd

Example Request

The following example deletes all the individual meters that belong to an aggregate meter with an id of 200.

DELETE  /meter/200/individual

Example Response

The following example indicates that the operation was successful.

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