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

NameTypeRequiredDescription
uuidstringYesCategory UUID

Response

200 OK.

{ "message": "Category deleted." }

Permissions

Requires product.edit.