Product Layers
Delete product layers
Remove specific product layers by SKU and source identifiers. This operation permanently deletes the layer data while preserving the base product.
Use Cases:
- Remove expired seasonal or promotional layers
- Clean up test layers after A/B testing completion
- Delete locale-specific layers when discontinuing market support
- Remove outdated customizations
Important Notes:
- Only the specified layer is deleted; base product and other layers remain intact
- Both sku and source (locale + layer) must match exactly for successful deletion
post/v1/catalog/products/layers/delete
Headers
Authorizationstring required
Authorization Bearer token
Content-Type'application/json' required
Content-Encoding'gzip'
Use this header if the payload is compressed with gzip.
Request body
Example request
[
{
"sku": "red-pants",
"source": {
"locale": "en-US",
"layer": "seasonal-winter-2024"
}
}
]Response
All items accepted and will be processed asynchronously