function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
vanessa veronvanessa veron 

Dele job Schedulable APEX CODE

Hiii
How can I delete a job schedulable via Apex?

This does not work: https://developer.salesforce.com/forums?id=906F00000008xfXIAQ

Thank you
digamber.prasaddigamber.prasad
Hi,

Could you please try System.abortJob('correct_job_id');

Let me know if you still see the problem.

Regards,
Digamber Prasad