Documentation Index

Fetch the complete documentation index at: https://www.bloxs.io/llms.txt

Use this file to discover all available pages before exploring further.

Delete a value for the object

Prev Next
Delete
/api/v1/realestateobjects/propertyvaluations

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.

Security
Body parameters
object
reference
string | null
externalIdentifier
string | null
valueTypeName
string Required
Min length1
Max length30
year
integer (int32) Required
Minimum1900
Maximum2100
Responses
200

The value was removed

400

The value has validation issues

Expand All
object
type
string | null
title
string | null
traceId
string | null
status
integer (int32)
errors
object | null
property*
Array of string | null additionalProperties
string