Delete Folder Type Category
/folder_type_categories/{id}
Delete Folder Type Category [DELETE]
Delete an existing folder type category.
Authorization: Admin
The server will respond with a 412 response object containing the count of folder types in this category. The delete will not be processed until all children folder types are deleted first.
Response 412
Body{ "folderTypesCount": 2 }
Response 200
Body{}