DELETE
/
properties
/
{propertyId}
curl --request DELETE \
  --url https://api.rallyuxr.com/api/public/v1/properties/{propertyId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

propertyId
string
required

Response

200
application/json
Result of deletion
message
string
required

The message indicating the property was deleted