Skip to main content
Glama

AEM MCP Server

deletePage

Remove a page from Adobe Experience Manager by specifying its path using the provided tool. Supports optional force deletion for efficient content management.

Instructions

Delete a page from AEM

Input Schema

NameRequiredDescriptionDefault
forceNo
pagePathYes

Input Schema (JSON Schema)

{ "properties": { "force": { "type": "boolean" }, "pagePath": { "type": "string" } }, "required": [ "pagePath" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/indrasishbanerjee/aem-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server