MCP Notion Server

delete_blocks

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" }