Appearance
DELETE
/web-pages/draft/drafts/{draftId}/pages/{pageId}Required scope:
viskan:draft:deleteDeletes a page by ID.
Parameters
Path parameters
draftId string Format:
uuidIdentifier of the draft. A draft is a workspace that holds unpublished changes to web store content.
pageId string Format:
uuidIdentifier of the page. A page represents a web page within a category and contains a layout, sections, and content.
Response
The page was successfully deleted.
| Error code | Description |
|---|---|
web-pages.delete-page.draft-not-found | Draft not found. |
web-pages.delete-page.page-not-found | Page not found. |