Web Service Documentation / Categories / Meter Services / Delete All Individual Meters of an Aggregate Meter
Updated on March 11, 2021
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.
23.0
DELETE
/meter/(meterId)/individual
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
meterId | Id to the meter |
Request/Response | Schema Name |
---|---|
Request | None |
Response | response.xsd |
The following example deletes all the individual meters that belong to an aggregate meter with an id of 200.
DELETE /meter/200/individual
The following example indicates that the operation was successful.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>