Delete Job

Using the following SDK method, you will be able to delete a job that is in the process of being executed in a job Pool. You need to pass the Job Id to the deleteJob() SDK method.

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

Last Updated 2025-06-20 16:21:48 +0530 +0530