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