Delete Plone Content
plone_delete_contentPermanently remove a Plone content item by specifying its path. Useful for cleaning up or removing outdated content.
Instructions
Permanently deletes a content item from Plone using its path. Example: plone_delete_content({path: '/old-content'})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the content to delete |