Company feedback
DELETE /companies/{slug}/feedback 僅限工作階段
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.
路徑參數
slugstring 必填- 公司的蛞蝓。範例
acme
查詢參數
feedback_typestring 必填- Which category to delete.範例
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 } }