Delete a cron job. This will also delete all events created by that cron job.
TypeScript
import { cuey } from 'cuey'; await cuey.crons.delete('cron-id');
{ "data": { "success": true } }
API key authentication. Include your API key in the Authorization header as: Bearer
Cron deleted
Show child attributes