v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

Deletes the individual workflow runs within a batch. This operation is separate from DeleteBatch, which removes the batch metadata.

Delete is only allowed on batches in PROCESSED or CANCELLED state. Delete operations are non-atomic and may be partially successful. Use GetBatch to review successfulDeleteSubmissionCount and failedDeleteSubmissionCount in the submissionSummary. Only one cancel or delete operation per batch is allowed at a time.

post/runBatch/delete

Request body

batchIdstring required

The identifier portion of the run batch ARN.

Response

Success

DeleteRunBatchResponse required