v1

latestOpenAPI 3.0.32026-07-222111928.0 KB
Cases

Bulk Delete Cases

Delete multiple cases from a queue. Any active runs are interrupted first.

post/v2/queues/{queue_id}/cases/bulk-delete

Path parameters

queue_idstring uuid required

The queue's unique identifier

Request body

case_idsstring[]

Explicit case IDs to act on (1-100). Provide this or set all_matching.

all_matchingboolean

When true, act on every case matching the provided filters/search instead of an explicit id list.

searchstring

Free-text search selecting the cases when all_matching is true.

Response

Default Response

deletedCountnumber required
interruptedRunIdsstring[] required