Web Service Documentation / Categories / Meter Services / Delete Meter
Updated on July 17, 2013
This web service deletes a specified meter. The meter must already be shared with you.
23.0
DELETE
/meter/(meterId)
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 the meter that has an id of 543.
DELETE /meter/543
The following example returns the information for the meter.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>