Activity › Forums › Salesforce® Discussions › How to delete the Scheduled Batch Class in Salesforce ? Salesforce® Discussions How to delete the Scheduled Batch Class in Salesforce ? Posted by Kirandeep on March 16, 2020 at 5:12 PM How to delete the Scheduled Batch Class in Salesforce ? Aditya replied 6 years, 2 months ago 2 Members · 1 Reply 1 Reply Aditya Member March 17, 2020 at 12:27 PM Hi Kirandeep, We can delete the Scheduled batch Class in Salesforce By using the following code: string SCHEDULE_NAME = ‘test’; System.schedule(SCHEDULE_NAME, ‘0 15 0-23 * * ?’, new ScheduledMaintenance()); System.abortJob(SCHEDULE_NAME); Log In to reply. Public All Members My Connections Only Me PublicAll MembersMy ConnectionsOnly Me Public All Members My Connections Only Me