Delete Evaluation Summary
Delete an evaluation summary row.
This endpoint only removes the summary cache row — it does not delete the underlying evaluation job or S3 artifacts. To fully delete an evaluation, use DELETE /evaluations/.
Args: evaluation_id: UUID of the evaluation summary to delete team_id: Team ID that owns this evaluation claims: JWT claims with user and team info summary_repo: Evaluation summary repository
Raises: HTTPException: 401 if unauthorized, 403 if no permission, 404 if not found
DELETE
Delete Evaluation Summary
Last modified on April 21, 2026
Previous
List HarnessesList all standard harnesses (global resources).
Standard harnesses are global and not scoped to a team.
They are read-only and managed externally.
Args:
team_id: Team ID (required for permission checks)
claims: JWT claims with user and team info
harness_service: Harness service instance
Returns:
List of harness items, ordered by updated_at descending
Raises:
HTTPException: 422 if team_id is missing, 403 if user lacks permission, 500 on server errors
Next
Delete Evaluation Summary