Delete Rating
DELETE /api/agents/learning/ratings/{operation_id}
DELETE
/api/agents/learning/ratings/{operation_id}
Retract a previously submitted user rating.
Removes the rating from the store and rolls back the per-agent
user_rating_* tally so retractions show up in metrics rather than
leaving stale counts.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” operation_id
required
Operation Id
string
Responses
Section titled “ Responses ”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>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context