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

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Path parameters

run_test_id UUID Required

UUID of the test run containing the evaluation configuration.

eval_config_id UUID Required

UUID of the evaluation configuration to delete. Cannot delete the last remaining config in the test run.

Response

200 OK
message string
Confirmation of successful deletion.

Errors

400 Bad Request Optional

Cannot delete the last remaining evaluation configuration in the test run.

401 Unauthorized Optional

Missing or invalid X-Api-Key or X-Secret-Key headers.

404 Not Found Optional

Test run or evaluation configuration not found.

500 Internal Server Error Optional

Unexpected server error. Retry later or contact support.

GET /
Authentication
REQUEST
 
RESPONSE