Delete a product category

DELETE /productcategories/{id}

Delete a specific product category identified by its unique ID.

Headers

  • Authorization string Required

    Authorization header

Path parameters

  • id integer(int32) Required

    A unique identifier for the product category within 24SevenOffice ERP modules.

    Minimum value is 1.

Responses

  • 204

    Success. No content

    Hide headers attributes Show headers attributes
    • Access-Control-Allow-Origin string
    • Access-Control-Allow-Credentials string
    • X-Trace-Id string
DELETE /productcategories/{id}
curl \
 --request DELETE 'https://rest.api.24sevenoffice.com/v1/productcategories/12' \
 --header "Authorization: string"