GET v1/jobs-queue/clean-up?priorTo={priorTo}
Use this method to clean up archived system queue jobs.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
priorTo |
All jobs will be deleted that have a created date before the priorTo date. If priorTo is not supplied the default will be used, it is currently set to 60 days prior to todays date. |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns the number of jobs deleted.
integerResponse Formats
application/json, text/json
Sample:
1