DeleteJob
Deletes scheduled, completed, cancelled, or failed jobs. If an instance of a scheduled report is running when the request is submitted, an exception is thrown.
To delete a single job, specify Id. To delete several jobs, specify IdList. To delete jobs that match the specified conditions, specify Search.
Elements
Search
JobSearch. The search conditions. If conditions apply to multiple fields, use ConditionArray.
IdList
ArrayOfString. The list of job IDs to delete.
Id
String. The ID of the single job to delete.
IgnoreMissing
Boolean. Specifies what to do if the specified job does not exist. If True, BIRT iHub ignores the request. If False, the operation reports an error and stops. The default value is True.
IgnoreActiveJob
Boolean. Flag indicating whether to delete a job if it is active.