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.
Documentation IndexFetch the complete documentation index at: https://docs.uk.housr.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.uk.housr.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the property
Deleted