v1

latestOpenAPI 3.1.0MIT2026-07-243952451019.0 KB
Page

Remove Products from Page

Detach one or more products from the page's show page step. This is the only way to remove products from a page via the API — the show_page_step.product_ids field on POST/PATCH /api/v2/pages is additive-only and never removes products.

Accepts product_ids: [...] in the request body or query string. The batch is transactional — if any id does not resolve to a workspace product, or any id is not currently attached to the step, no products are detached.

Returns 204 with no body on success.

delete/pages/{id}/products

Path parameters

idstring required

Request body

product_idsstring[] required

One or more product public IDs (or numeric IDs) to detach.

Response

No Content — products successfully detached