Cancel all active jobs for a given printer.
POST/api/web/v1/prints/:printerId/cancelAllActivePrints
This API cancels the ongoing job on printer. This should be used if any job is stuck on printer i.e. the printer is not processing the job anymore and is stuck in busy state for more than 5 minutes.
Request
Responses
- 200
- 401
- 404
- 500
OK
Authorization information is missing or invalid
The specified resource was not found
Unexpected error