DELETE
notion_comments_delete.py
Requires
Insert comments.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a comment.
from charter.packs import notion
result = await notion.comments_delete.ainvoke({"commentId": ...})
Insert comments.| Field | Type | Description |
|---|---|---|
commentId * | string | The ID of the comment. |
Was this page helpful?