Web Service Documentation / Categories / Property Services / Delete Property
Updated on July 17, 2013
This web service deletes a specified property. The property must already be shared with you. All associated meters and buildings are also deleted.
25.0
DELETE
/property/(propertyId)
| Field Name | Value | Comments |
|---|---|---|
| Authorization | Basic credentials | |
| Content-Type | application/xml |
Yes
| Parameter Name | Description |
|---|---|
| propertyId | Id to the property |
| Request/Response | Schema Name |
|---|---|
| Request | None |
| Response | response.xsd |
The following example deletes a property that has an id of 5000036.
DELETE /property/5000036
The following example indicates that the property was successfully deleted.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>
