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