Skip to main content
POST
/
workflows
/
{workflow_id}
/
deactivate
[Beta] Deactivate a workflow
curl --request POST \
  --url https://api.open.cx/workflows/{workflow_id}/deactivate \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workflow_id
string
required

Response

Default Response

success
boolean
required