Purpose
Clean up or delete an executed job using the following URL and method:
Item | Description | ||
---|---|---|---|
URL | /datamover/executedJobs/job-executed-name?cleanupOnly=true | ||
Method | DELETE |
Request Parameters
- cleanupOnly
- Description: Flag to run cleanup
Response Parameters
No response parameters required.
Response Examples
{ "error":"invalid credential/not authorized to perform the delete action" }
{ "error":"Job [job-executed-name] was not deleted because it is still running" }