bricks_delete_snapshot
Delete a specific snapshot from a page using the post ID and snapshot key.
Instructions
Delete a specific snapshot from a page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Site key for multi-site support. Available: main. Defaults to "main". | |
| post_id | Yes | The page/post ID | |
| post_type | No | Post type slug. Use "pages" for pages, "posts" for posts, or any registered CPT slug (e.g., "product", "portfolio"). Defaults to "pages". | |
| snapshot_key | Yes | The snapshot key to delete (e.g. _bricks_snapshot_1234567890) |