Web Service Documentation / Categories / Building Services / Delete Property

Delete Property

Updated on July 17, 2013

Description

This web service deletes a specified property. The property must already be shared with you. All associated meters and buildings are also deleted.

Version

22.0

HTTP Method

DELETE

Resource URL

/property/(buildingId)

Header

Field Name Value Comments
Authorization Basic credentials
Content-Type application/xml

Authorization Required

Yes

Parameters

Parameter Name Description
propertyId Id to the property

XML Schemas

Request/Response Schema Name
Request None
Response response.xsd

Example Request

The following example deletes a property that has an id of 5000036.

DELETE  /property/5000036

Example Response

The following example indicates that the property was successfully deleted.

<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>
LIVE