---
title: "Delete a card comment"
method: DELETE
path: "/api/v1/cards/{cardId}/comments/{commentId}"
tags: ["Card Comments"]
---

# Delete a card comment

`DELETE /api/v1/cards/{cardId}/comments/{commentId}`

## Path parameters

- `cardId` string, required
- `commentId` string, required

## Response `204`

Comment deleted

## Other responses

- `400` — Invalid/Incomplete Request
- `401` — Request was unauthorized
- `403` — Forbidden access to the card comment
- `404` — Card comment could not be found

---

[API](https://skmtc.net/getguru/apis/guru-api.md) · [All operations](https://skmtc.net/getguru/apis/guru-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getguru/guru-api/revisions/9090a01dfe1a/schema)
