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