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