Delete a product category
Delete a specific product category identified by its unique ID.
Path parameters
-
A unique identifier for the product category within 24SevenOffice ERP modules.
Minimum value is
1
.
DELETE /productcategories/{id}
curl \
-X DELETE https://rest.api.24sevenoffice.com/v1/productcategories/12 \
-H "Authorization: string"