Documentation Index
Fetch the complete documentation index at: https://docs.knoxcall.com/llms.txt
Use this file to discover all available pages before exploring further.
POST /admin/migrations/:id/items/:itemId/reject
Reject a migration item. The item’s encrypted value is immediately zeroed. Auth:migration_reviewer permission + step-up token (5-minute window)
Request body
| Field | Required | Description |
|---|---|---|
reason | ✅ | Non-empty string (max 500 characters) explaining the rejection |
Response
409 if the item is not in pending_review status.