Cancel a print job
Jobs
Cancel a print job
Marks the job cancelled. Side effect: if the job is currently printing or paused, also sends a stop command to the assigned printer’s hub (fire-and-forget). Requires the control scope because it can halt a running print — use /jobs/{id}/stop when you need a wait-for-ACK guarantee instead of fire-and-forget.
POST
Cancel a print job
Authorizations
API keys are minted in the AutoPrintFarm web app under Settings → API Keys. Send as Authorization: Bearer apf_live_.... Keys are shown exactly once at creation and can be revoked at any time.