delete_store_product_variant
Delete a single variant from a product in a Mailchimp store. Requires store, product, and variant IDs; action is permanent and cannot be undone.
Instructions
Permanently delete a single variant from a product in a store.
This cannot be undone. A product must retain at least one variant, so deleting its last variant may be rejected by the API.
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 that owns the variant. variant_id: Variant 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 | ||
| variant_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |