V3 Workflows
Disable a workflow
Moves an enabled workflow to disabled. Disabled workflows keep their configuration but do not respond to trigger events; runs that are already queued or running are not canceled. Calling disable in any other state returns 422 with code invalid_workflow_state.
post/api/v3/workflows/{workflowId}/disable
Path parameters
workflowIdstring cuid2 required
Workflow identifier.
Response
Workflow returned successfully