---
title: "Delete a value for the object"
slug: "delete-a-value-for-the-object"
updated: 2025-11-21T10:01:14Z
published: 2026-02-10T10:39:15Z
---

> ## 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

Delete/api/v1/realestateobjects/propertyvaluations

Delete a value for existing real estate object.

		
			

**Description**

Delete a value of an existing object. A real estate object can have several different types of values. Examples are the sales value or the rent value.

Both the 'reference' and the 'externalIdentifier' can be used to identify the object. Preferably only the reference is used. If this is not available, the externalIdentifier can be used. If both properties are used it is important that both are correct and match with the same entity (object). If this is not the case, the request will return with an error code.

**Use Case**

The rent value of 2024 will be increased with a certain percentage in 2025. The user wants to add a new value by utilizing the [Valuation/POST](https://www.bloxs.io/apidocs/add-a-new-value-for-the-object) endpoint. However, the user also wants to delete the old value. This operation can be used to achieve this.

**Request fields**

The request contains the following fields:

| Field | Description |
| --- | --- |
| reference | The relationship number within Bloxs. This is unique (per client specific environment) for all objects. The relationship number is generated by the Bloxs system. |
| externalIdentifier | The unique identifier within the system of the requesting party. This identifier is not generated by the Bloxs system. |
| valueTypeName | The value type. Examples are the sales value or the rent value. |
| year | The year in which the value has been assigned. |

		
		
SecurityHTTPType Bearer

Please enter a valid token

Body parameters<select class='api-response-data' aria-label='Media type'><option value='9c8af7af-4b00-45e4-9b04-de422d51b6b8'>application/json</option>
</select>object  referencestring   | null  
externalIdentifierstring   | null  
valueTypeNamestring    RequiredMin length1Max length30
yearinteger  (int32)    RequiredMinimum1900Maximum2100

Responses200

The value was removed

<select class='api-response-data' aria-label='Media type'><option value='66653cdf-94a2-4a74-b546-804a051824be'>application/json</option>
</select>boolean    

400

The value has validation issues

<select class='api-response-data' aria-label='Media type'><option value='51ab7677-069e-47cc-9412-8040b4bbc69d'>application/json</option>
</select>Expand Allobject  typestring   | null  
titlestring   | null  
traceIdstring   | null  
statusinteger  (int32)    
errorsobject | null  property* Array of string  | null  additionalPropertiesstring
