Delete a product category
Delete a specific product category identified by its unique ID.
        DELETE
    /productcategories/{id}
  
  curl \
 --request DELETE 'https://rest.api.24sevenoffice.com/v1/productcategories/12' \
 --header "Authorization: string"