delete_store_product_image
Permanently remove a product image from your e-commerce store. Use this to delete unwanted images by specifying store, product, and image IDs.
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.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes.
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. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
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 |