There has been a lapse in Environmental Protection Agency appropriations. EPA intends to keep the ENERGY STAR website, tools, and resources available, however they will not be updated regularly. If you submit a question, application, or request to EPA, it may not be processed during this period.
Web Service Documentation / Categories / Property Services / Get Custom Metric
Updated on 2024年2月26日
This web service deletes a specific custom metric for a given property. The property must already be shared with you.
25.0
DELETE
/property/(propertyId)/customMetrics/(customMetricSlot)
| Field Name | Value | Comments |
|---|---|---|
| Authorization | Basic credentials |
Yes
| Parameter Name | Description |
|---|---|
| customMetricSlot | Slot or position number (as displayed in the user interface) that identifies the custom metric. |
| propertyId | Id to the property |
| Request/Response | Schema Name |
|---|---|
| Request | None |
| Response | response.xsd |
The following example deletes a custom metric (that displays first in the user interface) that belongs to a property that has an id of 14.
DELETE /property/14/customMetrics/1
The following example indicates that the custom metric was successfully deleted.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>
