DeleteJobSchedule
Deletes a job schedule. If an instance of a scheduled report is running when the request is submitted, an exception is thrown.
To delete a job schedule, specify Id. To delete several jobs, specify IdList. To delete jobs that match the specified conditions, specify Search.
Elements
Search
JobScheduleSearch. The search conditions. If conditions apply to multiple fields, use ConditionArray.
IdList
ArrayOfString. The list of job schedule IDs to delete.
Id
String. The ID of the single job schedule 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.