---
title: "Delete detection feedback"
method: DELETE
path: "/detect/{uuid}/feedback"
tags: ["deepfakeDetection"]
---

# Delete detection feedback

`DELETE /detect/{uuid}/feedback`

Retract your own feedback. Idempotent — returns 200 whether or not a row existed. Only
your row is removed; a teammate's answer on the same detect is untouched. Works even on
a detect that later failed.

## Path parameters

- `uuid` string, required

## Headers

- `Authorization` string, required

## Response `200`

Feedback retracted (or none existed)

- DeepfakeDetectionDeleteDetectFeedbackResponse200
  - `success` boolean

## Other responses

- `404` — No such detect for the authenticated team.

---

[API](https://skmtc.dev/resemble/apis/api-reference.md) · [All operations](https://skmtc.dev/resemble/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/resemble/api-reference/revisions/e93597a6b425/schema)
