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 / Delete Property Identifier Value
Updated on December 10, 2018
This web service deletes the property identifier value for a specific property and property identifier.
25.0
DELETE
/property/(propertyId)/identifier/(identifierId)
| Field Name | Value | Comments |
|---|---|---|
| Authorization | Basic credentials |
Yes
| Parameter Name | Description |
|---|---|
| identifierId | Id of the property identifier |
| propertyId | Id of the property |
| Request/Response | Schema Name |
|---|---|
| Request | None |
| Response | response.xsd |
The following example deletes the value to the property identifier that has an id of 654819 for the property with an id of 2352653.
DELETE /property/2352653/identifier/654819
The following response confirms the deletion occurred.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>
