curl --request POST \
--url https://api.open.cx/workflows/{workflow_id}/deactivate \
--header 'Authorization: Bearer <token>'{
"success": true
}Deactivate the currently active version of a workflow. The workflow will stop responding to its trigger.
curl --request POST \
--url https://api.open.cx/workflows/{workflow_id}/deactivate \
--header 'Authorization: Bearer <token>'{
"success": true
}Was this page helpful?