cURL
curl --request POST \ --url https://api.primeintellect.ai/api/v1/evaluations/bulk-delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "evaluation_ids": [ "<string>" ] } '
{ "success_count": 123, "failure_count": 123, "successful_ids": [ "<string>" ], "failed_ids": [ "<string>" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 - 100
Successful Response
Number of evaluations successfully deleted
Number of evaluations that failed to delete
IDs of successfully deleted evaluations
IDs of evaluations that failed to delete