Remove Single Block
plone_remove_single_blockDeletes a single block from a Plone content item using its path and block ID.
Instructions
Deletes a single block from a content item, identified by its block ID. Example: plone_remove_single_block({path: '/my-page', blockId: 'abc123'})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the content | |
| blockId | Yes | ID of the block to remove |