Job interactions

DELETE /jobs/{slug}/stage Session or API key

Clear the application stage.

Path parameters

slug string required
The job public_slug.
curl
curl -X DELETE "https://freehire.dev/api/v1/jobs/<slug>/stage" -H "Authorization: Bearer $FREEHIRE_API_KEY"
json — response
{ "data": { "job_id": 42, "stage": null } }