職缺互動
DELETE /me/applications/{id}/stage 工作階段或 API 金鑰
Clear the application stage, addressed by row id.
路徑參數
idinteger 必填- The tracking row id.範例
42
curl -X DELETE "https://freehire.me/api/v1/me/applications/42/stage" -H "Authorization: Bearer $FREEHIRE_API_KEY"{ "data": { "job_id": 42, "stage": null } }