Web Service Documentation /
Categories /
Property Use Services /
Delete Custom Use Detail
Delete Custom Use Detail
Updated on
August 28, 2023
Description
This web service deletes a specific custom use detail. The corresponding property must already be shared to you.
Version
25.0
HTTP Method
DELETE
Resource URL
/customUse/details/(detailsId)
Header
| Field Name |
Value |
Comments |
| Authorization |
Basic credentials |
|
Authorization Required
Yes
Parameters
| Parameter Name |
Description |
| useDetailsId |
Id of the use detail |
XML Schemas
| Request/Response |
Schema Name |
| Request |
None
|
| Response |
response.xsd
|
Example Request
The following example deletes a custom use detail that has an id of 145.
DELETE /customUse/details/145
Example Response
The following example indicates the specified custom use detail was successfully deleted.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>