Web Service Documentation / Categories / Meter Services / Delete Waste Data
Updated on August 8, 2016
This web service deletes a specific waste data. The corresponding meter must already be shared with you and you must have write access.
23.0
DELETE
/wasteData/(wasteDataId)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
wasteDataId | Id to the waste data |
Request/Response | Schema Name |
---|---|
Request | None |
Response | response.xsd |
The following example deletes a specific waste data that has an id of 181.
DELETE /wasteData/181
The following example returns the information for the meter.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>