Skip to content

Dismiss Pending Rating

DELETE
/api/agents/learning/ratings/pending/{operation_id}

Dismiss a pending rating request without assigning a verdict.

An author might get a queued request for an operation they’re not interested in rating (out of context, not actionable). Without this, the request sits in the “Pending” count forever. Dismissing drops it from pending_rating_requests — the aggregate stats and chip counts update next refresh.

operation_id
required
Operation Id
string

Successful Response

DeleteRatingResponse

DELETE /api/agents/learning/ratings/{operation_id} response.

object
success
required
Success
boolean
message
required
Message
string

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object