deleteScheduledJob Syntax deleteScheduledJob(jobId) Arguments jobId is a string indicating a scheduled job ID. Details Delete a scheduled job. If the specified job ID doesn't exist, throw an exception. Examples deleteScheduledJob(`dailyJob1);