cURL
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. Use when managing deterministic workflow definitions and triggering or inspecting their runs.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
Was this page helpful?