---
title: "DELETE /activity/comment"
method: DELETE
path: "/activity/comment"
tags: ["Activity"]
---

# DELETE /activity/comment

`DELETE /activity/comment`

Delete a comment

## Request body

- object
  - `activityId` string, required

## Response `200`

Comment deleted successfully

- object
  - `id` string, required
  - `taskId` string, required
  - `type` 'comment' | 'task' | 'status_changed' | 'priority_changed' | 'unassigned' | 'assignee_changed' | 'due_date_changed' | 'title_changed' | 'description_changed' | 'create', required
  - `createdAt` unknown, required
  - `userId` string, required
  - `content` string, required
  - `externalUserName` string, required
  - `externalUserAvatar` string, required
  - `externalSource` string, required
  - `externalUrl` string, required

## Changes

- **2026-01-11** `f6c7baa36924` — 1 breaking, 4 info
  - response property `userId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - added the required property `externalSource` to the response with the `200` status
  - added the required property `externalUrl` to the response with the `200` status
  - added the required property `externalUserAvatar` to the response with the `200` status
  - …1 more
- **2025-12-14** `38f83a691e6a` — 1 breaking, 10 warning
  - the `type` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - added the new `assignee_changed` enum value to the `type` response property for the response status `200`
  - added the new `comment` enum value to the `type` response property for the response status `200`
  - added the new `create` enum value to the `type` response property for the response status `200`
  - …7 more
- **2025-12-11** `93b231773126` — 1 breaking, 6 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the required property `content` to the response with the `200` status
  - added the required property `createdAt` to the response with the `200` status
  - added the required property `id` to the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/activity/comment/delete.md)

---

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