delete-page

Delete Confluence pages or folders by ID via a Python script.

1|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/ericfisherdev/claude-plugins --skill delete-page
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delete-page
Source: https://github.com/ericfisherdev/claude-plugins/tree/main/plugins/confluence-tools/skills/delete-page
Command: npx skills add https://github.com/ericfisherdev/claude-plugins --skill delete-page

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the deletion of Confluence pages and folders, streamlining content management and cleanup tasks.

Core Features & Use Cases

  • Content Deletion: Safely removes specified pages or folders from Confluence.
  • Type Auto-Detection: Automatically identifies whether the target is a page or a folder.
  • Use Case: Quickly remove outdated documentation pages or empty folders to maintain an organized Confluence space.

Quick Start

Use the delete-page skill to delete the Confluence page with ID 123456.

Frequently Asked Questions about delete-page

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delete a Confluence page or folder by its ID?

To delete a Confluence page or folder, provide its unique ID to the Skill's Python script. The script auto-detects the content type and safely removes it, returning a deletion confirmation.

What happens if I try to delete a Confluence folder that still has child pages?

Deleting Confluence content with children triggers an error handled by the script. The Skill anticipates permission issues and child content conflicts, ensuring safe cleanup operations.

Do I need to specify whether the target is a page or a folder before deletion?

No, the Skill features type auto-detection, automatically identifying whether the specified Confluence ID corresponds to a page or a folder before executing the deletion.

What environment variables are required to automate Confluence page deletion?

You must configure environment variables for Confluence API access before running the deletion script. These credentials authenticate your requests to safely remove target content.

Can I get a confirmation after removing outdated Confluence documentation?

Yes, the Skill offers multiple output formats for deletion confirmation. After the script removes the specified page or folder, it returns a confirmation verifying the successful cleanup.

What is the best way to clean up empty Confluence folders in bulk?

The Skill streamlines content management by automating the deletion of specified Confluence pages or folders via their unique IDs, maintaining an organized space by removing outdated documentation.