delete_store_product_image
Permanently delete a product image from your e-commerce store. Removes the image and cannot be undone, ideal for managing product visuals.
Instructions
Permanently delete an image from a product in an e-commerce store.
This removes the image and cannot be undone. Manual commerce writes suit custom/headless stores; Shopify and WooCommerce integrations sync product images automatically.
Args: store_id: E-commerce store ID. Obtain from list_ecommerce_stores. product_id: Product ID that owns the image. image_id: Image ID to delete.
Returns: JSON confirming deletion (empty body on success) or an error object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| image_id | Yes | ||
| store_id | Yes | ||
| product_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |