Web Service Documentation / Categories / Property Use Services / Delete Property Use
Updated on July 17, 2013
This web service deletes a specific property use. The corresponding property must already be shared with you.
25.0
DELETE
/propertyUse/(propertyUseId)
| Field Name | Value | Comments |
|---|---|---|
| Authorization | Basic credentials |
Yes
| Parameter Name | Description |
|---|---|
| propertyUseId | Id of the property use |
| Request/Response | Schema Name |
|---|---|
| Request | None |
| Response | response.xsd |
The following example updates a property use that has an id of 14.
DELETE /propertyUse/14
The following example indicates that the property use was successfully deleted.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>
