Delete evaluation configuration
Deletes an evaluation configuration from a test run.
DELETE
https://api.futureagi.com/simulate/run-tests/{run_test_id}/eval-configs/{eval_config_id}/ Authentication
Path parameters
run_test_id
UUID of the test run containing the evaluation configuration.
eval_config_id
UUID of the evaluation configuration to delete. Cannot delete the last remaining config in the test run.
Response
200 OK message
Confirmation of successful deletion.
Errors
400
Cannot delete the last remaining evaluation configuration in the test run.
401
Missing or invalid X-Api-Key or X-Secret-Key headers.
404
Test run or evaluation configuration not found.
500
Unexpected server error. Retry later or contact support.