Permanently delete a cron job. This action cannot be undone.
Your A1Base account ID
The unique identifier of the cron job to delete (UUID format)
Returns 204 No Content on successful deletion.
Deleting a cron job is permanent and cannot be undone. All associated execution history will also be deleted.
Consider these alternatives before deleting a cron job:
Temporarily Disable
Instead of deleting, you can deactivate the cron job:
Export Configuration
Get the full configuration before deleting:
Save the response to recreate the job later if needed.
Download Logs
Export execution history before deletion:
Cron job with the specified ID does not exist
Invalid or missing API credentials