Job interactions

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

Remove the interaction record entirely.

Path parameters

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