API-delete-a-block
Remove a specific block from Notion by providing its unique block ID. This tool integrates with the Notion MCP Server to streamline content management tasks using API commands.
Instructions
Notion | Delete a block
Input Schema
Name | Required | Description | Default |
---|---|---|---|
block_id | Yes | Identifier for a Notion block |
Input Schema (JSON Schema)
{
"$defs": {},
"properties": {
"block_id": {
"description": "Identifier for a Notion block",
"type": "string"
}
},
"required": [
"block_id"
],
"type": "object"
}