Delete an annotation
Authorization
BearerApiKey AuthorizationBearer <token>
API key from AI Application settings
In: header
Path Parameters
componentId*string
Format
uuidrunId*string
Format
uuidannotationId*string
Format
uuidResponse Body
application/json
application/json
curl -X DELETE "https://loading/api/v1/components/497f6eca-6276-4993-bfeb-53cbbbba6f08/runs/497f6eca-6276-4993-bfeb-53cbbbba6f08/annotations/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
{
"error": "string"
}{
"error": "string"
}Create or update an annotation POST
Previous Page
List evaluations for a component GET
Evaluations are scoped by `subject` (what the judge looks at: output / trajectory / annotation) and anchored to a durable resource by `targetType` (trace / run / dataset). The anchor IDs follow the target type: `trace` evaluations populate only `traceDbId`; `dataset` evaluations populate only `datasetId`; `run` evaluations populate both `runId` and `datasetId` (since a run belongs to a dataset).