curl --request DELETE \
--url /tenant/v1/properties/1 \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {access_token}'
Properties
Delete Property
Delete a property
DELETE
/
tenant
/
v1
/
properties
/
{id}
curl --request DELETE \
--url /tenant/v1/properties/1 \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {access_token}'

