Request human disposal of a sealed review submission
Appends an immutable record that the caller asked for this submission to be withdrawn from review.
RECORDS who asked, for which sealed submission, when, and why.
CHANGES NOTHING. The sealed submission is untouched, nothing is unsealed, and no policy version changes status. This is not a recall: disposal is a human act that this route neither performs nor schedules.
Reachable only by a credential holding the authoring:capability scope, bound by the server to one assigned policy version. A policies:write key and a human session both receive 403: this route is the machine’s way to ask, and a human disposes of a submission directly rather than requesting it.
Authorizations
MeshQu API key passed as a bearer token: Authorization: Bearer mqu_…. Mint one in the console (Settings → API keys).
Tenant UUID for multi-tenant isolation. Required on all authenticated routes — validated before authentication (middleware/tenant.ts), so a missing or non-UUID header returns 400 (MISSING_TENANT_ID / INVALID_TENANT_ID) before the API key is checked.
Path Parameters
Body
1 - 2000Response
A recorded request that a human dispose of a sealed review submission. Records the request; changes no state.