Job interactions
DELETE /me/applications/{id}/stage Session or API key
Clear the application stage, addressed by row id.
Path parameters
idinteger required- The tracking row id.Example
42
curl -X DELETE "https://freehire.me/api/v1/me/applications/42/stage" -H "Authorization: Bearer $HIREALL_API_KEY"{ "data": { "job_id": 42, "stage": null } }