Skip to main content
Glama

AEM MCP Server

deleteComponent

Remove a specific component from Adobe Experience Manager by specifying its path, with an optional force option for immediate deletion, using the AEM MCP Server's API.

Instructions

Delete a component from AEM

Input Schema

NameRequiredDescriptionDefault
componentPathYes
forceNo

Input Schema (JSON Schema)

{ "properties": { "componentPath": { "type": "string" }, "force": { "type": "boolean" } }, "required": [ "componentPath" ], "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