Web Service Documentation / Categories / Meter Services / Delete Meter

Delete Meter

Updated on July 17, 2013

Description

This web service deletes a specified meter. The meter must already be shared with you.

Version

22.0

HTTP Method

DELETE

Resource URL

/meter/(meterId)

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 the meter that has an id of 543.

DELETE  /meter/543

Example Response

The following example returns the information for the meter.

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