---
title: "DELETE /api/row_comments/{table_id}/comment/{comment_id}/"
method: DELETE
path: "/api/row_comments/{table_id}/comment/{comment_id}/"
tags: ["Database table rows"]
---

# DELETE /api/row_comments/{table_id}/comment/{comment_id}/

`DELETE /api/row_comments/{table_id}/comment/{comment_id}/`

Delete a row comment.

This is a **premium** feature.

## Path parameters

- `comment_id` integer, required
- `table_id` integer, required

## Query parameters

- `view` integer

## Response `200`

- RowComment
  - `id` integer, required
  - `user_id` integer, nullable, required — The user who made the comment.
  - `first_name` string
  - `table_id` integer, required — The table the row this comment is for is found in.
  - `row_id` integer, required — The id of the row the comment is for.
  - `message` string, required
  - `created_on` string, date-time, required
  - `updated_on` string, date-time, required
  - `edited` string, required
  - `trashed` boolean

## Other responses

- `400`
- `401`
- `404`

---

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