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 } }
Documentation IndexFetch the complete documentation index at: https://docs.cuey.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.cuey.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication. Include your API key in the Authorization header as: Bearer
Cron deleted
Show child attributes