Delete a product translation by lookup key
DELETE/products/:lookupKey/:lookupValue/translation/:translationLanguage
Delete a specific language translation for a product using any supported lookup key. This endpoint supports multiple identification methods including internal ID, external source ID, SKU, and supplier code.
Key Features
- Multiple Lookup Keys: Support for
id
,sourceId
,sku
, andsupplierCode
identification - Language-Specific Deletion: Remove translations for specific languages only
- Default Language Protection: Cannot delete the default language translation
- External Integration: Maintains consistency with external systems
Request
Responses
- 200
- 404
Delete a product translation by lookup key - 200
Delete a product translation by lookup key - 404 (Product not found)