Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.coval.dev/v1/scheduled-runs/{scheduled_run_id} \ --header 'X-API-Key: <api-key>'
{ "error": { "code": "INVALID_ARGUMENT", "message": "Invalid request parameter", "details": [ { "field": "schedule_expression", "description": "Must be 'rate(...)' or 'cron(...)' format" } ] } }
Delete a scheduled run and remove its associated schedule.
API key for authentication
Scheduled run resource ID
^[A-Za-z0-9]{22}$
Scheduled run deleted successfully
Was this page helpful?