Skip to main content
DELETE
/
delete-property
/
{propertyId}
Delete a property
curl --request DELETE \
  --url https://v2.api.uk.housr.com/delete-property/{propertyId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Property successfully deleted"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

propertyId
integer<int64>
required

ID of the property

Response

Deleted

message
string