Web Service Documentation / Categories / Meter Services / Delete Meter Identifier Value

Delete Meter Identifier Value

Updated on December 10, 2018

Description

This web service deletes the meter identifier value for a specific meter and meter identifier.

Version

22.0

HTTP Method

DELETE

Resource URL

/meter/(meterId)/identifier/(identifierId)

Header

Field Name Value Comments
Authorization Basic credentials

Authorization Required

Yes

Parameters

Parameter Name Description
identifierId Id of the meter identifier
meterId Id of the meter

XML Schemas

Request/Response Schema Name
Request None
Response response.xsd

Example Request

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

Example Response

The following response confirms the deletion occurred.

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