删除分组
请求URL
DELETE /apiv2/robot/question_categories.json
Body参数
| Name | Required | Type | Comment |
|---|---|---|---|
| ids | 是 | array | 分组ID集合 |
Body示例
{
"ids": [18,19]
}DELETE /apiv2/robot/question_categories.json
| Name | Required | Type | Comment |
|---|---|---|---|
| ids | 是 | array | 分组ID集合 |
{
"ids": [18,19]
}