Delete a score
POST/api/v1/evals/delete-score
Deletes a score by ID. The current implementation checks access to the evaluation backend but does not enforce per-author ownership for deletion. Restrict this operation to trusted evaluation administrators until that requirement is implemented.
Obtain the score ID from list scores, read back the deletion result and allow for delayed updates in other views. An immediate response does not establish that every analytics projection is cleared.
Request
Responses
- 200
OK
Document ID: DOC-IS-evaluation-api-deleteScore. Section identities and revisions.
| Section | Stable reference |
|---|---|
| Overview | DOC-IS-evaluation-api-deleteScore#overview |
| Request | DOC-IS-evaluation-api-deleteScore#request |
| Responses | DOC-IS-evaluation-api-deleteScore#responses |