Delete a value for existing real estate object.
Delete a value for the object
This endpoint deletes an existing property valuation entry from a real estate object, identified by its value type and year. It applies to any object type.
The object can be identified by its internal reference, its external identifier, or both.
Request Fields
Field | Type | Required | Description |
|---|---|---|---|
reference | string | Conditional | Internal identifier of the object. Either reference or externalIdentifier must be provided. If both are given, the object must match both values. |
externalIdentifier | string | Conditional | External identifier of the object, as set by the integrating system. Either reference or externalIdentifier must be provided. If both are given, the object must match both values. |
valueTypeName | string | Yes | Type of the value to delete, for example sales value or rent value. Maximum length 30 characters. |
year | integer | Yes | Calendar year of the value to delete. Minimum 1900, maximum 2100. |
Response Fields
Field | Type | Required | Description |
|---|---|---|---|
(response body) | boolean | Yes | The response is a single boolean value, not an object with named fields. True indicates the value entry was deleted. |
The value was removed
The value has validation issues