---
title: "Deletes a Feedback"
method: DELETE
path: "/api/2026-07-01/resources/ats/feedbacks/{id}"
tags: ["Ats > Feedback"]
---

# Deletes a Feedback

`DELETE /api/2026-07-01/resources/ats/feedbacks/{id}`

This endpoint allows to delete a specific feedback entry associated with a candidate's application.

## Path parameters

- `id` string, required

## Response `200`

OK

- AtsFeedback
  - `id` string, required — the ID of the feedback entry.
  - `rating` integer — the overall rating from 1 to 5 for the candidate's application.
  - `description` string — the description of the feedback provided.
  - `ats_application_id` string — the ID of the application related to the feedback.
  - `ats_application_phase_id` string — the ID of the phase within the application related to the feedback.
  - `created_at` string, required — the date and time when the feedback entry was created.
  - `ats_candidate_id` string, required — the ID of the candidate to whom the feedback is associated.
  - `ats_evaluation_forms_id` string — the ID of the evaluation form to which the feedback belongs if the evaluation forms feature is active.
  - `evaluation_form_answers` unknown[] — the answers from the evaluation form, if this feedback is related to an evaluation form.
    - unknown

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/versions/1a6bffb20f7d/schema)
