---
title: "Delete a comment"
method: DELETE
path: "/v2/comments/{comment_id}"
tags: ["Comments"]
---

# Delete a comment

`DELETE /v2/comments/{comment_id}`

Deletes a comment by ID. If deleting a comment at the head of a thread, all messages in the thread are also deleted.

Required scopes: `comment:read-write`.

## Path parameters

- `comment_id` string, uuid, required — The ID of the comment to delete.

## Response `200`

Success

- object — Success

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/d-stoll/apis/attio-api.md) · [All operations](https://skmtc.net/d-stoll/apis/attio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/d-stoll/attio-api/revisions/ebcf9b5c6aa3/schema)
