latestOpenAPI 3.0.02026-08-1056429755.6 KB
a6efafc1669c
Manage Product (Asynchronous API)
Delete a locale from the product
Delete a locale from an existing product asynchronously. The available locales for a product variation are based on the base product. Therefore, the provided product identifier must be the identifier for an individual or base product. The change will go live immediately. You do not need to deploy the change.
delete/v1/products/{productId}/locales/{locale}
Path parameters
productIdstring required
The product identifier of either an individual product or a base product.
localestring required
The locale for the product.
Headers
x-erid-as-pidboolean
Set to true if you want to use the external reference identifier (ERID) in the path instead of the product identifier (productId).
Response
Successful response.
Example response
{
"taskId": "d8a81162-aaaa-bbbb-cccc-ea513d1afa82",
"receivedTime": "2022-05-01T23:00:21.123Z",
"taskStatus": "PUBLISHED",
"requestType": "CREATE_PRODUCT"
}