presentation-remove-rendering-by-path
Remove specific renderings from Sitecore content items by specifying their path and unique identifier. Use filters for data source, placeholder, language, and layout type to target renderings precisely.
Instructions
Removes renderings from an item by owners item path.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path of the item to remove rendering from. | |
| uniqueId | Yes | The rendering definition unique id. | |
| dataSource | No | The rendering data source filter. | |
| placeholder | No | The rendering placeholder filter. | |
| language | No | The item language filter. | |
| finalLayout | No | Specifies layout holding the rendering definition. If 'true', the final layout is used, otherwise - shared layout. |