Web Service Documentation / Categories / Property Services / Delete Property Identifier Value
Updated on December 10, 2018
This web service deletes the property identifier value for a specific property and property identifier.
23.0
DELETE
/property/(propertyId)/identifier/(identifierId)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
identifierId | Id of the property identifier |
propertyId | Id of the property |
Request/Response | Schema Name |
---|---|
Request | None |
Response | response.xsd |
The following example deletes the value to the property identifier that has an id of 654819 for the property with an id of 2352653.
DELETE /property/2352653/identifier/654819
The following response confirms the deletion occurred.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>