Delete Test Executions
Bulk-delete test executions from a test run. Specify execution UUIDs or use selectAll. Active executions (running/pending/cancelling) cannot be deleted.
https://api.futureagi.com/simulate/run-tests/{run_test_id}/delete-test-executions/ Authentication
Path parameters
UUID of the test run containing the executions to delete.
Request body
Array of test execution UUIDs to delete. Required when select_all is false. Executions in RUNNING, PENDING, or CANCELLING status cannot be deleted.
When true, deletes all eligible executions, ignoring test_execution_ids. Defaults to false.
Response
200 OKErrors
Invalid request, empty testExecutionIds, or targeted executions are still running/pending/cancelling.
Missing or invalid X-Api-Key or X-Secret-Key headers.
No test run found with the specified run_test_id.
Unexpected server error. Retry later or contact support.