Printago API
PATCH
/v1/print-jobs/clear
Clear finished jobs
Archive completed or cancelled jobs, hiding them from the queue and sync
Request Body
IDs of jobs to clear
PrintJobOperationRequest
printJobIdsrequired
string[]
Example Request
application/json
{
"printJobIds": [
"string"
]
}
Response Schema
Response
value
string[]
Example Response
200 OK — application/json
[ "string" ]