Skip to content

Deactivate Account-Level Workflow

Request

Security
bearer-key
Path
accountUuidstringrequired

Account UUID

workflowUuidstringrequired
POST
/api/v3.0/accounts/{accountUuid}/automation/workflows/{workflowUuid}/deactivate
curl -i -X POST \
  'https://baseUrl/api/v3.0/accounts/{accountUuid}/automation/workflows/{workflowUuid}/deactivate' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
supportTokenstring(Support Token)
Example:"1171c60d"
responsestring
Response
{ "supportToken": "1171c60d", "response": "string" }