product_delete
Permanently delete a product from Voog ecommerce. Requires force=true to prevent accidental removal; action is irreversible.
Instructions
Delete a product (DELETE /admin/api/ecommerce/v1/products/{id}). IRREVERSIBLE — Voog does not retain deleted products. Requires force=true; without it the call is rejected to prevent accidental deletion. Run products_list or product_get first to confirm the id, and site_snapshot if the product might be needed later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| product_id | Yes | ||
| force | No | Must be true to actually perform the delete. Defaults to false (defensive opt-in). |