MCP Notion Server

delete_blocks

Remove specific blocks from a Notion page by providing the block ID via the MCP Notion Server, streamlining content management and organization.

Instructions

Delete blocks from a page

Input Schema

NameRequiredDescriptionDefault
block_idYesID of the block to delete

Input Schema (JSON Schema)

{ "properties": { "block_id": { "description": "ID of the block to delete", "type": "string" } }, "required": [ "block_id" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Notion Server

Related Tools

ID: stxohtlgox