Skip to main content
Glama

notion-mcp-server

delete_block

Remove or archive a specific block in Notion by providing its block ID using the Notion MCP Server integration.

Instructions

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

You must be authenticated.

Other Tools from notion-mcp-server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/awkoy/notion-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server