Withdraw your rating on a message
POST/api/v1/llm/gateway/delete-message-rating
Removes the caller's own rating from a message. As with rate-message, the rater
is derived server-side from the verified request headers.
This is idempotent: withdrawing a rating that was never left is a success, not an
error — the response returns removed: false in that case.
Request
Responses
- 200
Rating withdrawn (or confirmed absent)