Delete a category.
DELETE/catalogs/{catalogID}/categories/{categoryID}
204 Description
Deleting a parent category will also delete all of that category's children.
Roles
At least one of the roles below is required to access this endpoint.
FullAccessCategoryAdmin
Parameters
Name | Type | Description | Possible Values |
---|
catalogID | Required | string | ID of the catalog. | --- |
categoryID | Required | string | ID of the category. | --- |