DELETE
notion_blocks_delete.py
Requires
Update content.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Move a block to the trash. This is a soft delete: the block comes back with in_trash true and blocks_update can restore it.
from charter.packs import notion
result = await notion.blocks_delete.ainvoke({"blockId": ...})
Update content.| Field | Type | Description |
|---|---|---|
blockId * | string | The ID of the block. |
Was this page helpful?