Delete a 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.

Sample Code Snippet


Package Imports
copy
import com.zc.component.jobscheduling.beans.job.ZCJobDetails;
copy
ZCJobDetails deletedJob = jobScheduling.job.deleteJob(1234567890L); // delete job with job Id

Last Updated 2025-09-23 19:47:43 +0530 IST