e95206a45b98

latestSwagger 2.02026-08-11126123175.5 KB
Builds

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

delete/v1/builds

Query parameters

idsstring[] required

Up to 25 numeric build IDs or string build identifiers.

Response

Bulk delete builds

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.