What problem does it solve? Notion MCP integrations lack a delete tool, so removing pages programmatically requires calling the Notion API directly. This Skill archives one or more Notion pages (moving them to the trash) from a page ID or URL without manual clicking. ## Core Features & Use Cases - Direct API Archiving: Sends a PATCH request to the Notion API setting archived: true, moving pages to the Notion trash (recoverable within 30 days). - Flexible Input: Accepts raw page IDs, hyphenated IDs, or full Notion URLs, and processes multiple pages in a single command. - Automatic Token Discovery: Searches for NOTION_TOKEN in environment variables and several local .env file locations. - Use Case: You want to clean up empty draft pages in a content database. Provide the page URLs and the script archives them all at once, printing each deleted page title. ## Quick Start Ask the agent to delete a Notion page by saying "delete this Notion page" followed by the page URL or ID.