View source: R/DeletePredictJob.R
| DeletePredictJob | R Documentation | 
This function deletes the predict job specified by predictJobId from the DataRobot queue.
DeletePredictJob(project, predictJobId)
| project | character. Either (1) a character string giving the unique alphanumeric identifier for the project, or (2) a list containing the element projectId with this identifier. | 
| predictJobId | integer. The integer ID  | 
Logical TRUE and displays a message to the user if the delete request was successful; otherwise, execution halts and an error message is displayed.
## Not run: 
  projectId <- "59a5af20c80891534e3c2bde"
  initialJobs <- GetPredictJobs(project)
  job <- initialJobs[[1]]
  predictJobId <- job$predictJobId
  DeletePredictJob(projectId, predictJobId)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.