---
title: "Endpoint for deleting a comment"
method: DELETE
path: "/api/comment/{comment_uuid}"
tags: ["comment"]
---

# Endpoint for deleting a comment

`DELETE /api/comment/{comment_uuid}`

Delete a comment.

## Response `204`

Success.

## Other responses

- `403` — Commenter permission required or not the author of the comment.
- `404` — Comment not found.

## Changes

- **2024-07-31** `532242ce343b` — 1 info
  - added the non-success response with the status `404`
- **2024-07-03** `174b705caaac` — 1 breaking, 2 info
  - removed the success response with the status `200`
  - added the non-success response with the status `403`
  - added the success response with the status `204`
- **2024-07-02** `eeda48608d47` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/vulnerability-lookup/apis/vulnerability-lookup-api/changes/api/comment/:comment_uuid/delete.md)

---

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