sections
Delete Section Handler
Delete a section and all its children.
WARNING: This cascades to all child sections due to parent_id ON DELETE CASCADE.
DELETE
Delete Section Handler
Previous
Update Section HandlerUpdate a section.
Can update name, page_number, and/or reorder within siblings.
To move: provide prev_sibling_path_id OR move_to_head (not both).
Moving is only allowed within the same document version.
Note: Section names can contain any characters. The corresponding
path_part.name will be automatically normalized by a database trigger.
Next
Delete Section Handler
