Recall a submitted policy version
Transitions a submitted policy version back to “draft” state. The request is intentionally bodyless (recall has no payload). Requires the actor to be the version’s original submitter — foreign callers receive 403 FORBIDDEN_NOT_SUBMITTER.
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.
Response
Default Response
Lifecycle status: draft → submitted → ratified → superseded (or back to draft on reject)
draft