Skip to main content
POST
Archive Jobs
You can archive one or multiple jobs via the /archivejobs endpoint. Archived jobs can easily be restored in the Hellotracks Dashboard or via the /restorejobs endpoint.

REQUEST

array
required
An array of job IDs to archive. Archived jobs are removed from active view but can be restored later.
If successful, you’ll get status:0 and the archived job objects in the response.

RESPONSE