notion-mcp-server

by awkoy
Verified

archive_page

Archive (trash) a Notion page

Input Schema

NameRequiredDescriptionDefault
pageIdYesThe ID of the page to archive

Input Schema (JSON Schema)

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