Delete Cron
Note: This SDK is currently in deprecation. Migrate to JavaScript SDK now.
This SDK method can be used to delete a particular cron. This can be done by passing the cron id or name to the deleteCron() SDK method.
Note: You can use this method to update details of both Pre-Defined Crons and Dynamic Crons.
copy
const deletedCronWithName = await jobScheduling.CRON.deleteCron('test_cron'); // delete cron with name
const deletedCronWithId = await jobScheduling.CRON.deleteCron('1234567890'); // delete cron with Id
Last Updated 2026-09-08 16:37:33 +0530 IST
Yes
No
Send your feedback to us
Skip
Submit