> For the complete documentation index, see [llms.txt](https://docs.hivesql.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hivesql.io/technical-informations/operations/txdeletecomments.md).

# TxDeleteComments

#### Blockchain operations

* delete\_comment

#### Columns

| Name     | Description                     |
| -------- | ------------------------------- |
| author   | author of the post or comment   |
| permlink | permlink of the post or comment |

#### Description

A post or comment can only be deleted when it has no vote or sub-comment. They are not really deleted from the blockchain as they are still recorded in the [TxComments](/technical-informations/operations/txcomments.md) table.

When a post or comment is successfully deleted, it is removed from the [Comments](/technical-informations/state-tables/comments.md) table.
