unpublishContent
Remove published content from the AEM publish environment using specified paths. Optionally unpublish associated content tree for comprehensive removal.
Instructions
Unpublish content from the publish environment
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contentPaths | Yes | ||
unpublishTree | No |
Input Schema (JSON Schema)
{
"properties": {
"contentPaths": {
"items": {
"type": "string"
},
"type": "array"
},
"unpublishTree": {
"type": "boolean"
}
},
"required": [
"contentPaths"
],
"type": "object"
}