Unassign Workflows ================== Remove a class from workflows. Request ------- :: POST https://test-uni.cloudplan.biz/api/docclass/unassign_workflows { "class_id": ... //(string) the class to be unassigned "wf_ids": ["..."] //(list of strings) workflow ids to be unassinged } Example 0 --------- :: REQUEST { "class_id": "5FCA267D02E8E1A82F0B87F6C145DE35", "wf_ids": ["BBFBCD5F127652CCF6CB945E49BF2E2B"] } REPLY { "result": true } Error Codes ----------- :: docclass_not_found