v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

Deletes a run batch resource and its associated metadata. This operation does not delete the individual workflow runs. To delete the runs, call DeleteRunBatch before calling DeleteBatch.

DeleteBatch requires the batch to be in a terminal state: PROCESSED, FAILED, CANCELLED, or RUNS_DELETED. After DeleteBatch completes, the batch metadata is no longer accessible. You cannot call GetBatch, ListRunsInBatch, DeleteRunBatch, or CancelRunBatch on a deleted batch.

delete/runBatch/{batchId}

Path parameters

batchIdstring required

The identifier portion of the run batch ARN.

Response

Success