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

# Delete a comment

`DELETE /feedback/comment/{id}`

Deletes a feedback comment

## Path parameters

- `id` number, double, required

## 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)
