v1
latestOpenAPI 3.0.02026-07-2417611.8 MBAuthoring sites
Delete a page.
Deletes the page specified by page-id and all descendant pages in the site specified by site-id. By default the page and descendant pages associated content is not deleted, set 'delete-content' query parameter to 'true' to delete the page and descendant pages associated content. <br />User roles: admin, manager, editor
delete/authoring/v1/sites/{site-id}/pages/{page-id}
Path parameters
site-idstring uuid required
The ID of the site.
page-idstring uuid required
ID of page.
Query parameters
delete-contentboolean
Set to true to delete associated content. If delete-content is not specified the default is to not delete the associated content.
Response
Page successfully deleted.