---
title: "Bulk delete builds"
method: DELETE
path: "/v1/builds"
tags: ["Builds"]
---

# Bulk delete builds

`DELETE /v1/builds`

Deletes up to 25 builds in one request. Each entry may be a numeric build ID or a string build identifier. Builds that cannot be found (or belong to another account) are reported in `missing`; the rest are deleted like DELETE /v1/builds/:id (tests keep their results, only the build grouping is removed).

## Query parameters

- `ids` string[], required

## Response `204`

Bulk delete builds

- TestingbotEntitiesBulkDeleteAck — Testingbot_Entities_BulkDeleteAck model
  - `success` boolean, required — True when every requested id was deleted.
  - `deleted` string[], required — Ids (as sent) that were deleted.
  - `missing` string[], required — Ids (as sent) that were not found on this account and were skipped.

## Other responses

- `400` — Too many ids
- `401` — Authentication required
- `403` — Account is read-only

---

[API](https://skmtc.net/testingbot/apis/testingbot-rest-api.md) · [All operations](https://skmtc.net/testingbot/apis/testingbot-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/testingbot/testingbot-rest-api/revisions/e95206a45b98/schema)
