Job interactions
DELETE /me/applications/{id} Session or API key
Remove the interaction record entirely, 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" -H "Authorization: Bearer $HIREALL_API_KEY"{ "data": { "ok": true } }