Images
This endpoint is not generally available. For questions please contact sales.
DELETE /properties/{propertyId}/images/{id} HTTP/2
The property images endpoint deletes a property by its id.
Example use-cases:
- Delete an image
Request
curl -X DELETE 'https://quis.de/api/v2/properties/<PROPERTY-ID>/images/<ID>?api_key=<YOUR-API-KEY>'
| Field | Description | Type | Remarks |
|---|---|---|---|
| id | The id of the image | string | |
| propertyId | The id of the property | string |
Response
The response is empty and the status code is 204 No Content.