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 PGP
Updated on July 17, 2013
This web service removes the currently assigned power generation plant (PGP) from the specified property. After the call is completed, the property does not have a power generation plant assigned to it. The property must be shared with you.
25.0
DELETE
/property/(propertyId)/pgp
| Field Name | Value | Comments |
|---|---|---|
| Authorization | Basic credentials |
Yes
| Parameter Name | Description |
|---|---|
| propertyId | Id to property |
| Request/Response | Schema Name |
|---|---|
| Request | None |
| Response | response.xsd |
The following example removes the currently assigned power generation plants for a property that has an id of 200.
DELETE /property/200/pgp
The following example returns a list of power generation plants for a property that has an id of 200.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>
