Delete product category
DELETE /api/v1/product-categories/{uuid}
The product → category relation uses ON DELETE SET NULL, so any products that were in this category lose the assignment but remain intact.
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
uuid | string | Yes | Category UUID |
Response
200 OK.
{ "message": "Category deleted." }
Permissions
Requires product.edit.