cURL
curl --request DELETE \ --url https://api.example.com/eval-runs \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "eval_run_ids": [ "<string>" ] } '
{ "detail": "Bad request", "error_code": "BAD_REQUEST" }
Delete multiple evaluation runs by their IDs. This action cannot be undone.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Database ID to use for deletion
Successful Response