Web Service Documentation / Categories / Property Services / Delete Property Identifier Value

Delete Property Identifier Value

Updated on December 10, 2018

Description

This web service deletes the property identifier value for a specific property and property identifier.

Version

22.0

HTTP Method

DELETE

Resource URL

/property/(propertyId)/identifier/(identifierId)

Header

Field Name Value Comments
Authorization Basic credentials

Authorization Required

Yes

Parameters

Parameter Name Description
identifierId Id of the property identifier
propertyId Id of the property

XML Schemas

Request/Response Schema Name
Request None
Response response.xsd

Example Request

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

Example Response

The following response confirms the deletion occurred.

<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>
LIVE