announcement

During the current lapse in appropriations, EPA intends to keep the ENERGY STAR website, tools, and resources available, however they will not be updated regularly. Many services may not be available during this time.

Web Service Documentation / Categories / Meter Services / Delete Consumption Data

Delete Consumption Data

Updated on July 17, 2013

Description

This web service deletes a specific consumption data. The corresponding meter must already be shared with you and you must have write access.

Version

25.0

HTTP Method

DELETE

Resource URL

/consumptionData/(consumptionDataId)

Header

Field Name Value Comments
Authorization Basic credentials

Authorization Required

Yes

Parameters

Parameter Name Description
consumptionDataId Id to the consumption data

XML Schemas

Request/Response Schema Name
Request None
Response response.xsd

Example Request

The following example deletes a specific consumption data that has an id of 181.

DELETE  /consumptionData/181

Example Response

The following example returns the information for the meter.

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