---
title: "Delete Feedback"
method: DELETE
path: "/feedbacks/{feedback_id}"
tags: ["General APIs with JWT"]
---

# Delete Feedback

`DELETE /feedbacks/{feedback_id}`

Delete a feedback submission

## Path parameters

- `feedback_id` string, uuid, required

## Response `200`

Successful Response

- UserFeedbackDeleteResponse
  - `message` string, required — Success message
  - `feedback_id` string, uuid, required — ID of the deleted feedback

## Other responses

- `422` — Validation Error

---

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