PUT
/
v4
/
workflows
/
{workflowId}
/
pause
curl --request PUT \
  --url https://api.kadoa.com/v4/workflows/{workflowId}/pause \
  --header 'x-api-key: <api-key>'
"Workflow paused"

Authorizations

x-api-key
string
header
required

Path Parameters

workflowId
string
required

The ID of the workflow to pause

Response

200
text/plain
Workflow paused successfully

The response is of type string.