Skip to main content

Overview

Delete a cron job. Deleting a cron job will also delete all events created by that cron job (due to cascade delete).

Parameters

string
required
The UUID of the cron job to delete.

Response

Returns void on success. No response body is returned.

Errors

Deleting a cron job will also delete all events created by that cron job (due to cascade delete).
  • NotFoundError: If the cron job doesn’t exist
  • UnauthorizedError: If API key is invalid or missing

Examples

Delete Cron with Confirmation

Safe Delete with Error Handling