curl --request DELETE \
--url https://api-dev.narrative.io/workflows/{workflow_id}/schedule \
--header 'Authorization: Bearer <token>'Delete the schedule for a workflow. This stops future scheduled executions from being created but does not cancel any currently running workflow execution.
Returns an error if the workflow does not have an active schedule.
curl --request DELETE \
--url https://api-dev.narrative.io/workflows/{workflow_id}/schedule \
--header 'Authorization: Bearer <token>'Was this page helpful?