Appearance
DELETE
/web-pages/draft/drafts/{draftId}/products/{productId}Required scope:
viskan:draft:deleteRemoves a product-to-layout connection from the draft.
Parameters
Path parameters
draftId string Format:
uuidIdentifier of the draft. A draft is a workspace that holds unpublished changes to web store content.
productId string Format:
uuidIdentifier of the product to remove.
Response
The product-to-layout connection was successfully removed.
| Error code | Description |
|---|---|
web-pages.delete-product.draft-not-found | Draft not found. |
web-pages.delete-product.product-not-found | Product-to-layout connection not found. |