notion_delete_block
Delete a Notion block by its ID. Moves the block to trash (recoverable within 30 days) and removes child blocks if parent is deleted. Obtain the block ID using get_blocks first.
Instructions
⚠️ DESTRUCTIVE — deletes a single block (moves to Notion's trash, recoverable within 30 days). Use notion_get_blocks to find the block ID first. Deleting a parent block (table, toggle) also deletes all its children.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | ID of the block to delete |