Job interactions
DELETE /jobs/{slug}/stage Session or API key
Clear the application stage.
Path parameters
slugstring required- The job
public_slug.
curl -X DELETE "https://freehire.me/api/v1/jobs/<slug>/stage" -H "Authorization: Bearer $HIREALL_API_KEY"{ "data": { "job_id": 42, "stage": null } }