Delete JobAdmin Scope

Note: Ensure you have installed the required package to use this SDK method.

Pass the required job’s Job ID to the deleteJob() SDK method, to delete a job that has been submitted to the Job Pool.

The jobScheduling reference used in the code snippets below is the component instance created to perform these operations.

copy
const deletedJob = await jobScheduling.JOB.deleteJob('1234567890'); // delete job with job ID

Last Updated 2026-07-02 14:51:41 +0530 IST