delete_side_page_version
Permanently delete a historical side-page version with confirmation. Safely remove drafts; published and last remaining versions are protected.
Instructions
Permanently delete a historical side-page version. Deleting the current (draft) version is allowed and repoints the draft to the newest remaining version. Cannot delete the published (live) version or the only remaining version — the server will reject those and the rejection reason is returned as-is. Pass confirm: true to proceed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Parent landing page slug | |
| confirm | Yes | Must be true to confirm deletion | |
| sideKey | Yes | Side page key | |
| versionId | Yes | Numeric version ID from list_side_page_versions |