Skip to main content

Delete a category

DELETE 

/category/:categoryId

Delete a category

Request

Path Parameters

    categoryId stringrequired

    ID of the category to delete

Query Parameters

    force boolean

    Force delete category and all descendants

Responses

Category successfully deleted

Loading...