Delete Cron

This SDK method can be used to delete a particular cron. This can be done by passing the cron id or name to the delete() SDK method.

Note: You can use this method to update details of both Pre-Defined Crons and Dynamic Crons.
    
copy

deleted_cron = job_scheduling.CRON.delete(‘1234567890’) # delete cron with cron Id

    
copy

deleted_cron = job_scheduling.CRON.delete(’test_cron’) # delete a cron with cron name

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