Skip to main content
POST
Bulk Delete Evaluations

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
evaluation_ids
string[]
required
Required array length: 1 - 100 elements

Response

Successful Response

success_count
integer
required

Number of evaluations successfully deleted

failure_count
integer
required

Number of evaluations that failed to delete

successful_ids
string[]
required

IDs of successfully deleted evaluations

failed_ids
string[]
required

IDs of evaluations that failed to delete