---
title: "Delete bill of quantities."
method: GET
path: "/bill_of_quantities/delete"
tags: ["Projects|Bill of quantities"]
---

# Delete bill of quantities.

`GET /bill_of_quantities/delete`

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.

## Query parameters

- `ids[]` integer[], required
- `dryRun` boolean

## Response `200`

Success Response:

- StandardBillOfQuantitiesDeleteResponse
  - `deletedItems` object[] — The bills of quantities that were deleted.
    - `id` integer — The internal id of the bill of quantities.
    - `externalId` string — The external id. (max. 255 characters)
    - `offerNumber` string — The offer number. (max. 30 characters)
    - `addendum` string — The number of the addendum of this bill of quantities. (max. 10 characters)
    - `text1` string — The name. (max. 80 characters)
    - `text2` string — The additional name. (max. 80 characters)
    - `noteStart` string — An additional note at the beginning.
    - `noteEnd` string — An additional note at the end.
    - `date` string — Represents a date and a time. (ISO 8601) ICU-Format: yyyy-MM-dd'T'HH:mm:ssxxx
    - `totalValue` number — The total Value.
    - `currency` string — The currency.
    - `projectName` string — The name of the project. (max. 100 characters)
    - `importSource` string — External data source from which this bill of quantities originates. (max. 50 characters)
    - `importKey` string — External ID of the respective data source. (max. 50 characters)

---

[API](https://skmtc.net/geocapture/apis/geocapture-api.md) · [All operations](https://skmtc.net/geocapture/apis/geocapture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/geocapture/geocapture-api/versions/869b05603541/schema)
