---
title: "Delete a feedback"
method: DELETE
path: "/feedback/{id}"
tags: ["Feedback"]
---

# Delete a feedback

`DELETE /feedback/{id}`

Deletes a feedback

## Path parameters

- `id` integer, required — ID is a generic type that is used to represent a unique identifier

## Response `202`

Accepted

- boolean

## Other responses

- `401` — Not Authorized
- `404` — Not Found
- `422` — Validation Error
- `429` — Too Many Requests
- `500` — Interal Server Error

---

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