---
title: "DELETE /projects/{projectSlug}/feedback/{feedbackId}/comments/{commentId}"
method: DELETE
path: "/projects/{projectSlug}/feedback/{feedbackId}/comments/{commentId}"
---

# DELETE /projects/{projectSlug}/feedback/{feedbackId}/comments/{commentId}

`DELETE /projects/{projectSlug}/feedback/{feedbackId}/comments/{commentId}`

Delete project feedback comment by id

## Path parameters

- `projectSlug` string, required
- `feedbackId` string, required
- `commentId` string, required

## Response `200`

Successful operation

- FeedbackComment
  - `id` string, uuid
  - `feedback_id` string, uuid
  - `reply_to_id` string, uuid
  - `user_id` string, uuid
  - `content` string
  - `upvotes` number
  - `upvoters` string[]
  - `created_at` string, date-time

## Other responses

- `400` — Invalid project slug or feedback id supplied
- `404` — Project or feedback not found

---

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