Delete Classification Category

/classitication_categories/{category_id}

Delete Classification Category [DELETE]

Delete a category. The delete will not be processed until all children classifications are deleted first.

Authorization: Admin

The server will respond with a confirmation object containing the the number of classes that must be deleted first before the delete commits.

Response 412

Body
{
  "classificationsCount": 7
}

Response 200

Body
{}

Still need help? Contact Us Contact Us