Cron Job Management
Delete Cron Job
Permanently delete a cron job. This action cannot be undone.
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:
Error Responses
404 Not Found
Cron job with the specified ID does not exist
401 Unauthorized
Invalid or missing API credentials