Skip to main content
DELETE
/
api
/
v1
/
crons
/
{id}
TypeScript SDK
import { cuey } from 'cuey';

await cuey.crons.delete('cron-id');
{
  "data": {
    "success": true
  }
}
Deleting a cron also deletes all events created by that cron.

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header as: Bearer <your-api-key>

Path Parameters

id
string<uuid>
required

Response

Cron deleted

data
object
required