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