notion-mcp-server

by awkoy
Verified

delete_block

Delete (move to trash) a block in Notion

Input Schema

NameRequiredDescriptionDefault
blockIdYesThe ID of the block to delete/archive

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "blockId": { "description": "The ID of the block to delete/archive", "type": "string" } }, "required": [ "blockId" ], "type": "object" }