Web Service Documentation / Categories / Meter Services / Delete Meter Identifier Value
Updated on December 10, 2018
This web service deletes the meter identifier value for a specific meter and meter identifier.
23.0
DELETE
/meter/(meterId)/identifier/(identifierId)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
identifierId | Id of the meter identifier |
meterId | Id of the meter |
Request/Response | Schema Name |
---|---|
Request | None |
Response | response.xsd |
The following example deletes the value to the meter identifier that has an id of 98765 for the meter with an id of 32423.
DELETE /meter/32423/identifier/98765
The following response confirms the deletion occurred.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>