删除分组

请求URL
DELETE /apiv2/robot/question_categories.json
Body参数
NameRequiredTypeComment
idsarray分组ID集合
Body示例
{
	"ids": [18,19]
}