---
title: "Delete Account-Level Workflow"
method: DELETE
path: "/api/v3.0/accounts/{accountUuid}/automation/workflows/{workflowUuid}"
tags: ["Workflows"]
---

# Delete Account-Level Workflow

`DELETE /api/v3.0/accounts/{accountUuid}/automation/workflows/{workflowUuid}`

## Path parameters

- `accountUuid` string, required
- `workflowUuid` string, required

## Response `200`

OK

- DWRResponseV3AutomationWorkflowResponseDTO
  - `supportToken` string
  - `response` AutomationWorkflowResponseDTO
    - `message` string
    - `workflows` AutomationWorkflowRequestDTO[]
      - `workflow` AutomationWorkflowDTO
        - `uuid` string
        - `owner` string
        - `name` string
        - `description` string
        - `enabled` boolean
        - `workflowLevel` string
        - `workflowType` 'SECURITY' | 'LEGAL' | 'OPERATIONAL'
        - `scope` string
        - `orgAdminCanActivate` boolean
      - `trigger` AutomationTriggerDTO
        - `uuid` string
        - `eventKey` string
        - `engineType` string
        - `scopeType` string
        - `scopeValue` string
        - `orgUuid` string
        - `appUuid` string
        - `projectUuid` string
        - `enabled` boolean
      - `conditionsGroups` AutomationConditionGroupDTO[]
        - `uuid` string
        - `leftOperatorName` string
        - `priority` integer
        - `enabled` boolean
        - `conditions` AutomationConditionDTO[]
          - `uuid` string
          - `leftOperatorName` string
          - `factProperty` string
          - `factComparatorName` string
          - `factValue` LabelValueDTO[]
            - `label` string
            - `value` object
            - `additionalValue` object
          - `factValueString` string
          - `priority` integer
          - `enabled` boolean
          - `group` string
          - `displayName` string
      - `scopeConditionGroups` AutomationConditionGroupDTO[]
        - `uuid` string
        - `leftOperatorName` string
        - `priority` integer
        - `enabled` boolean
        - `conditions` AutomationConditionDTO[]
          - `uuid` string
          - `leftOperatorName` string
          - `factProperty` string
          - `factComparatorName` string
          - `factValue` LabelValueDTO[]
            - `label` string
            - `value` object
            - `additionalValue` object
          - `factValueString` string
          - `priority` integer
          - `enabled` boolean
          - `group` string
          - `displayName` string
      - `actions` AutomationActionDTO[]
        - `uuid` string
        - `actionType` string
        - `flavor` string
        - `value` union
          - AutomationActionValueJsonDTO
            - `valueType` string
          - ActionValueCreateViolationJsonDTO
            - `valueType` string
            - `failPipeline` boolean
            - `risk` integer
            - `slaRelativeDays` integer
            - `updateExisting` boolean
          - ActionValueEmailJsonDTO
            - `valueType` string
            - `selectedValues` string
            - `selectedLabelValueDTOs` LabelValueDTO[]
              - …
            - `context` string
            - `newFindingOnly` boolean
          - AutomationActionValueJsonDefaultDTO
            - `valueType` string
            - `selectedValues` string
            - `selectedLabelValueDTOs` LabelValueDTO[]
              - …
            - `context` string
          - AutomationActionValueJsonTextDTO
            - `valueType` string
            - `selectedValues` string
            - `context` string
        - `priority` integer
        - `disabled` string
        - `exclusive` boolean
      - `canEdit` boolean

## Other responses

- `400` — Bad Request
- `403` — Forbidden

## Changes

- **2026-08-26** `3cb30ea6174e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mend/apis/mend-api/changes/api/v3.0/accounts/:accountUuid/automation/workflows/:workflowUuid/delete.md)

---

[API](https://skmtc.dev/mend/apis/mend-api.md) · [All operations](https://skmtc.dev/mend/apis/mend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mend/mend-api/revisions/b2302e1b6c4c/schema)
