Properties
This endpoint is not generally available. For questions please contact sales.
DELETE /properties/{id} HTTP/2
The properties endpoint deletes a property by its id. It also deletes all associated objects like valuations, reports.
Example use-cases:
- Delete a property from QUIS
Request
curl -X DELETE 'https://quis.de/api/v2/properties/<ID>?api_key=<YOUR-API-KEY>'
Field | Description | Type | Remarks |
---|---|---|---|
id | The id of the property | string |
Response
The response is empty and the status code is 204 No Content
.