DELETE /a/scheduler/jobs/{JobID}
[Enterprise Only] Delete a job from the scheduler
Path Parameters
JobID (string, required)
CleanableJobs (boolean)
Response Example (200)
Response Type /definitions/jobsDeleteJobResponse
{
"DeleteCount": 10,
"Success": true
}