DEVELOPER DOCUMENTATION
Archive Job Instruction Page
Archive a page from a job's canonical Instructions tab.
DELETE
/api/public/v1/instructions/jobs/{jobId}/pages/{pageId}Archives one canonical job page. Archiving a root page also archives every
subpage beneath it. Requires instructions:write, employer access, and this
JSON body:
{ "confirmArchive": true, "preflightToken": "<signed-token>", "confirmLive": true}Archiving is immediately visible to hired AI trainers. The response includes
the archived page ID and exact employer URL. Re-inspect the job tree after a
multi-page cleanup. Obtain preflightToken by preflighting the exact archive
operation first.