---
title: "Bulk delete tests"
method: DELETE
path: "/v1/tests"
tags: ["Tests"]
---

# Bulk delete tests

`DELETE /v1/tests`

Deletes up to 25 tests -- and every associated asset (video, logs, screenshots) -- in one request. Each entry may be a numeric test ID or a WebDriver session_id. Tests that cannot be found (or belong to another account) are reported in `missing`; the rest are gone for good, exactly like DELETE /v1/tests/:id.

## Query parameters

- `ids` string[], required

## Response `204`

Bulk delete tests

- 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)
