v1

latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KB
Projects|Bill of quantities

Delete bill of quantities.

This endpoint enables the deletion of multiple bills of quantities at once by providing an array of ids. If the operation is successful, you will receive a response containing the deleted items list. Keep the API's rate limit in mind when making requests. If possible, use the option to delete multiple records at once to save resources and time.

get/bill_of_quantities/delete

Query parameters

ids[]integer[] required

The ids of the bill of quantities to be deleted. This Parameter is required.

dryRunboolean

Simulate the operation (default: false). (No data will be removed) This Parameter is optional.

Response

Success Response:

Example response

{
  "deletedItems": [
    {
      "date": "2015-02-20T12:59:21+01:00"
    }
  ]
}