Skip to main content

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

FieldRequiredDescription
reasonNon-empty string (max 500 characters) explaining the rejection

Response

{ "id": "item-uuid", "status": "rejected" }
Returns 409 if the item is not in pending_review status.