Notion
notion_delete_block
Delete (archive) a block. The block is moved to trash.
Remote node2flow/notion
Other tools also called notion_delete_block?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"block_id": {
"type": "string",
"description": "Block ID to delete"
}
}
}