Skip to main content
Permanently delete a cron job. This action cannot be undone.

Path Parameters

string
required
Your A1Base account ID
string
required
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:
Instead of deleting, you can deactivate the cron job:
Get the full configuration before deleting:
Save the response to recreate the job later if needed.
Export execution history before deletion:

Error Responses

Cron job with the specified ID does not exist
Invalid or missing API credentials