### 描述 删除任务(delete job) ### API `org.zstack.scheduler.APIDeleteSchedulerJobMsg` ### 举例(Example) 管理员可以使用DeleteSchedulerJob来删除一个job. 例如: ``` DeleteSchedulerJob uuid=ce506484b3684359b39a8ebeba576621 ``` 返回结果: ``` { "success": true } ``` ### 参数(Parameters) | 名字 | 描述 | 可选的参数 | 起始支持版本 | | ---- | --- | --- | --- | | uuid | | | | ### 备注 ### Feature_link https://github.com/zstackio/functional-spec/issues/29