用途
使用以下 URL 和方法清理或删除执行的作业︰
| 项 | 说明 | ||
|---|---|---|---|
| URL | /datamover/executedJobs/job-executed-name?cleanupOnly=true | ||
| 方法 | DELETE | ||
请求参数
- cleanupOnly
- 说明:运行清理的标志
响应参数
无需响应参数。
响应示例
{
"error":"invalid credential/not authorized to perform the delete action"
}
{
"error":"Job [job-executed-name] was not deleted because it is still running"
}