/logging/remove

删除采集任务

参数

  1. pid: 项目ID

返回值

{
  "code": 0
}

错误,任务不存在

{
  "code": 404,
  "msg": 错误内容
}