> ## Documentation Index
> Fetch the complete documentation index at: https://docs.r28.ai/charter/llms.txt
> Use this file to discover all available pages before exploring further.

# comments_delete

> Delete a comment.

<div className="tool-route"><span className="tool-row-method" data-method="DELETE">DELETE</span><code>{"https://api.notion.com/v1/comments/{commentId}"}</code></div>

```python notion_comments_delete.py theme={null}
from charter.packs import notion

result = await notion.comments_delete.ainvoke({"commentId": ...})
```

<Note>
  Requires `Insert comments`.
</Note>

## Path parameters

<div className="reference-table">
  | Field                                                             | Type     | Description            |
  | ----------------------------------------------------------------- | -------- | ---------------------- |
  | `commentId` <span className="required" title="required">\*</span> | `string` | The ID of the comment. |
</div>
