Core APIProductsOrganizationDelete CategoryDelete Category DELETE /api/categories/:category Delete a product category. Only leaf categories (is_leaf = true) can be deleted. Authentication: Requires Bearer token. Returns 400 if the category is not a leaf node (has children). Request Responses200Successful response