curl --request DELETE \
--url https://api-dev.narrative.io/workflows/{workflow_id} \
--header 'Authorization: Bearer <token>'Archive a workflow. This terminates any active schedule and running execution, then marks the workflow as archived in the database.
curl --request DELETE \
--url https://api-dev.narrative.io/workflows/{workflow_id} \
--header 'Authorization: Bearer <token>'Was this page helpful?