Delete Run Test
Soft-delete a test run by UUID. The run must have no currently active executions. Returns a confirmation message on success.
DELETE
https://api.futureagi.com/simulate/run-tests/{run_test_id}/ Authentication
Path parameters
run_test_id
UUID of the test run to delete. Must not have any currently running executions.
Response
200 OK message
Confirmation of successful soft-deletion.
Errors
400
Test run has one or more executions in RUNNING state. Wait for them to complete or cancel them first.
401
Missing or invalid X-Api-Key or X-Secret-Key headers.
404
No test run found with the specified run_test_id.
500
Unexpected server error. Contact support if it persists.