Skip to main content
DELETE
/
v1
/
workflows
/
{workflow_permanent_id}
/
schedules
/
{workflow_schedule_id}
Delete a schedule
curl --request DELETE \
  --url https://api.skyvern.com/v1/workflows/{workflow_permanent_id}/schedules/{workflow_schedule_id}
{
  "ok": true
}

Headers

x-api-key
string | null

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Path Parameters

workflow_permanent_id
string
required
workflow_schedule_id
string
required

Response

Successful Response

ok
boolean
required