Company feedback
DELETE /companies/{slug}/feedback Session only
Delete your feedback in one category (no-op if absent).
Returns the company's freshly recomputed counters, the same cast/clear shape as the vote endpoints.
Path parameters
slugstring required- The company slug.Example
acme
Query parameters
feedback_typestring required- Which category to delete.Example
interview
curl -X DELETE "https://freehire.me/api/v1/companies/acme/feedback?feedback_type=interview" -b cookies.txt{ "data": { "feedback_count": 11, "feedback_rating_avg": 4.0 } }