Remove a localized variant from a cluster option
DELETE/v2/clusters/:lookupKey/:key/options/:optionId/translation/:translationLanguage
Removes the localized variant for the supplied language from every multilingual field on the cluster option.
The default language of the catalogue cannot be removed because it is required for end-user surfaces. The operation fails when no localized variant exists for the supplied language.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The targeted localized variant was removed from the record.
The request payload, path, or query parameters failed validation.
Authentication credentials are missing or invalid.
The authenticated caller is not permitted to perform the operation.
The record identified by the request could not be located.
An unexpected error prevented the request from completing.