Path Parameters
Your A1Base account ID
The unique identifier of the cron job to delete (UUID format)
Response
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.
Before Deleting
Consider these alternatives before deleting a cron job:Temporarily Disable
Temporarily Disable
Instead of deleting, you can deactivate the cron job:
Export Configuration
Export Configuration
Get the full configuration before deleting:Save the response to recreate the job later if needed.
Download Logs
Download Logs
Export execution history before deletion:
Error Responses
404 Not Found
Cron job with the specified ID does not exist
401 Unauthorized
Invalid or missing API credentials