e95206a45b98

latestSwagger 2.02026-08-11126123175.5 KB
Tests

Bulk delete 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.

delete/v1/tests

Query parameters

idsstring[] required

Up to 25 numeric test IDs or WebDriver session_ids.

Response

Bulk delete tests

successboolean required

True when every requested id was deleted.

deletedstring[] required

Ids (as sent) that were deleted.

missingstring[] required

Ids (as sent) that were not found on this account and were skipped.