Skip to main content
Glama

notion-mcp-server

batch_delete_blocks

Remove multiple blocks at once by specifying their IDs, streamlining content cleanup and management in Notion.

Instructions

Delete multiple blocks in a single operation

Input Schema

NameRequiredDescriptionDefault
blockIdsYesArray of block IDs to delete in a single batch

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "blockIds": { "description": "Array of block IDs to delete in a single batch", "items": { "description": "The ID of a block to delete/archive", "type": "string" }, "type": "array" } }, "required": [ "blockIds" ], "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