delete_global_section
Delete a global section and remove its node from all pages. Use dry-run to preview affected pages before applying the atomic save.
Instructions
Delete a global section (Header/Footer/block) and remove its node from every page source. Two-step safety: dry_run=true (default) shows which pages would change; dry_run=false performs the atomic save.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview (true) or perform the delete + page cleanup (false). | |
| section_id | Yes | The global section's section_id (the section node id) — from list_global_sections. |