cURL
curl --request DELETE \ --url https://v2.api.uk.housr.com/delete-property/{propertyId} \ --header 'Authorization: Bearer <token>'
{ "message": "Property successfully deleted" }
Deletes the property associated with the given ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the property
Deleted