Web Service Documentation / Categories / Property Services / Delete Energy Performance Project
Updated on July 17, 2013
This web service deletes a specified energy project project. The corresponding property must already be shared to you.
25.0
DELETE
/energyPerformanceProject/(energyPerformanceProjectId)
| Field Name | Value | Comments |
|---|---|---|
| Authorization | Basic credentials |
Yes
| Parameter Name | Description |
|---|---|
| energyPerformanceProjectId | Id to the energy performance project |
| Request/Response | Schema Name |
|---|---|
| Request | None |
| Response | response.xsd |
The following example deletes the energy performance project that has an id of 555.
DELETE /energyPerformanceProject/555
The following example indicates whether the deletion was successful or not.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>
