delete-blocks-batch
Remove multiple blocks from Notion by their IDs. Deletes blocks sequentially to adhere to API rate limits, providing a summary of results.
Instructions
Delete multiple blocks by their IDs. Use this when you want to delete specific blocks. For deleting all content from a page, use clear-page-content instead. Blocks are deleted sequentially to respect API rate limits (3 req/s). Returns summary of deleted and failed blocks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_ids | Yes | Block IDs to delete (max 100). Use get-block-children with format="simple" to get IDs. |