DELETE

/api/properties/:id/costs/:costId

This endpoint allows you to permanently remove properties (specific id)/costs/(specific costId).

Request Parameters

Parameter Location Required
id path Yes
costId path Yes

Example Request

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