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
Returnsvoid on success. No response body is returned.
Errors
NotFoundError: If the cron job doesn’t existUnauthorizedError: If API key is invalid or missing