API keys DELETE /me/api-keys/{id} copy Session only Revoke a key. Path parameters id integer required The key id.Example 7 curl copy curl -X DELETE "https://freehire.me/api/v1/me/api-keys/7" -b cookies.txt json — response copy { "data": { "ok": true } }