Our Python SDK got smarter. We developed a Typscript SDK too. We are updating our SDK code blocks. Python SDKhere.Typscript SDKhere.
Description
Patronus AI APIEvaluations

Batch Delete Evaluations

DELETE
/v1/evaluations
/v1/evaluations

The Authorization access token

Authorization

X-API-KEY<token>

In: header

Query Parameters

project_idProject Id

appApp

experiment_idExperiment Id

trace_idTrace Id

evaluator_criteria_idEvaluator Criteria Id

evaluator_familyEvaluator Family

batch_sizeBatch Size

Default: 10000
curl -X DELETE "https://api.patronus.ai/v1/evaluations?project_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&app=string&experiment_id=0&trace_id=string&evaluator_criteria_id=string&evaluator_family=string&batch_size=10000" \
  -H "X-API-KEY: <token>"

Successful Response

null