DELETE

/api/properties/:id/rent/:rentId

This endpoint allows you to permanently remove properties (specific id)/rent/(specific rentId).

Request Parameters

Parameter Location Required
id path Yes
rentId path Yes

Example Request

cURL
curl -X DELETE https://api.basebrick.com/api/properties/123/rent/123 \
  -H "Authorization: Bearer YOUR_TOKEN"