cURL
curl --location --request DELETE 'https://api.catalogix.ai/v1/products?sku_codes=code&store_uuid=67762d4ce590324df813bd8c' \ --header 'Authorization: Bearer YOUR_TOKEN'
{ "status": { "code": 0, "message": "success" } }
Delete product data
Pass the API token as a Bearer token in the Authorization header.
Optional trace ID. If not provided, one is generated automatically
List of SKU Codes needs to be deleted
Data deletion successful
Status of the operation, including code and message
Show child attributes
SKU codes that failed to delete. Keyed by sku_code with reason as value.
{ "SKU003": "Product not found" }