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