Delete Classification
/classifications/{id}
Delete Asset [DELETE]
Delete a single classification. Upon deleting the classification:
- All form templates within the classification will be deleted.
Authorization: Admin
The server will respond with a precondition failed if the classification has any form templates. No confirmation object will be allowed. The server will respond with a confirmation object containing the additional objects this delete will modify if there are any form templates. The delete will not be processed until it is confirmed.
RequestConfirmation
Body
{ "confirmed": true }
Response 412
Body{ "formsCount": 19 }
Response 200
Body{}