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

# Endpoint for deleting a comment

`DELETE /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.

---

[API](https://skmtc.net/vulnerability-lookup/apis/vulnerability-lookup-api.md) · [All operations](https://skmtc.net/vulnerability-lookup/apis/vulnerability-lookup-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vulnerability-lookup/vulnerability-lookup-api/versions/e6ef25beb687/schema)
