Using Web Image Monitor of the device you are able to reset all printer jobs. In the WebAPI there is no similar functionality.
There are 2 potential ways to cancel jobs.
Option-1: Use SmartSDK API
- Get print job lists (/rws/service/printer/jobs)
- For each job id, cancel the job (/rws/service/printer/{jobId}
- Key Points
- The job lists we can get in step-1 are limited to the job via SmartSDK API
- To stop print job in step-2, only the person who can cancel the job can cancel.
- Key Points
This means that we might be able to cancel the job with user permission based on permission setting.
Option-2: Use MIB
- "3.2.1.3.2.1.5 ricohQueJobPrtControlOperation" MIB
- Key Points:
- Depends on MFP permission settings.
- Key Points:
FAQ Subject
Faq Category