delete_store_product
Permanently delete a product and its variants from a store. This action cannot be undone, so verify the product ID before proceeding.
Instructions
Permanently delete a product and all of its variants from a store.
This cannot be undone and also removes the product's variants. Verify the product_id before calling.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes.
Args: store_id: E-commerce store ID. product_id: Product 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).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| store_id | Yes | ||
| product_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |