delete

Used to specify that the section referenced by this element's parent section is to be deleted from the target publication. The section can only be deleted if either:

  • recursive is set to true or

  • Both of the following conditions are satisfied:

    • It contains no child sections or move-sections is set to true.

    • It is not the home section of any content items or delete-content is set to true.

Syntax
<delete
    recursive="(true|false)"?
    delete-content="(true|false)"?
    move-sections="(true|false)"?
  />
Attributes
recursive="(true|false)" (optional)

If true, then all of the section's subsections and content items will be deleted with it.

delete-content="(true|false)" (optional)

If true, then all of the section's content items will be deleted with it.

move-sections="(true|false)" (optional)

If true, then all of the section's subsections will be moved to this section's parent section.