cURL
curl --location --request DELETE 'https://api.catalogix.ai/v1/products/delete?sku_codes=code&store_uuid=67762d4ce590324df813bd8c' \ --header 'apikey: apikey'
{ "status": { "code": 0, "message": "success" } }
Delete product data
List of SKU Codes needs to be deleted
Data deletion successful
Status of the operation, including code and message
Show child attributes