remove_translations
Remove specific translations from a Shopify resource by specifying its ID, translation keys, and target locales.
Instructions
Remove translations from a resource
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locales | Yes | Locale codes to remove (e.g., ['fr', 'es']) | |
| marketIds | No | Market IDs for market-specific translations | |
| resourceId | Yes | Resource ID (e.g., 'gid://shopify/Product/123456789') | |
| translationKeys | Yes | Translation keys to remove |