← Home
DELETE/hyax-api/v1/product-categories/:id

Delete product category

Products in the category are kept; they become uncategorised.

Base URL: https://platform.hyax.com · Replace YOUR_API_KEY with your team API key.

Request

curl -X DELETE 'https://platform.hyax.com/hyax-api/v1/product-categories/clx_example_id' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Response

{
  "success": true,
  "message": "Category deleted. 4 product(s) are now uncategorised.",
  "data": { "id": "clx…", "name": "Apparel" }
}