Skip to content

Delete Account-Level Workflow

Request

Security
bearer-key
Path
accountUuidstringrequired

Account UUID

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

Responses

OK

Bodyapplication/json
supportTokenstring(Support Token)
Example:"1171c60d"
responseobject(AutomationWorkflowResponseDTO)
Response
{ "supportToken": "1171c60d", "response": { "message": "string", "workflows": [] } }