---
search:
  exclude: true
---

# <a id="bitdrift.public.unary.workflows.v1.DeleteWorkflowResponse"></a>DeleteWorkflowResponse

**Source definition:** [`src/bitdrift/public/unary/workflows/v1/workflow.proto#L1003-L1011`](<https://github.com/bitdriftlabs/api/blob/main/src/bitdrift/public/unary/workflows/v1/workflow.proto#L1003-L1011>)

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| violations | <span class="proto-type proto-type-message">array of [<i class="proto-type-part">bitdrift</i><i class="proto-type-dot">.</i><i class="proto-type-part">public</i><i class="proto-type-dot">.</i><i class="proto-type-part">unary</i><i class="proto-type-dot">.</i><i class="proto-type-part">workflows</i><i class="proto-type-dot">.</i><i class="proto-type-part">v1</i><i class="proto-type-dot">.</i><i class="proto-type-part">DeleteWorkflowResponse</i><i class="proto-type-dot">.</i><i class="proto-type-part">Violation</i>](#bitdrift.public.unary.workflows.v1.DeleteWorkflowResponse.Violation "bitdrift.public.unary.workflows.v1.DeleteWorkflowResponse.Violation")</span> | If non-empty, the operation failed. These are violations that need to be resolved before the workflow can be deleted. |

</section>
#### Example
```json
{
  "violations": [
    {
      "message": "Example text"
    }
  ]
}
```

# <a id="bitdrift.public.unary.workflows.v1.DeleteWorkflowResponse.Violation"></a>DeleteWorkflowResponse.Violation

**Source definition:** [`src/bitdrift/public/unary/workflows/v1/workflow.proto#L1004-L1007`](<https://github.com/bitdriftlabs/api/blob/main/src/bitdrift/public/unary/workflows/v1/workflow.proto#L1004-L1007>)

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| message | <span class="proto-type proto-type-primitive">string</span> | User friendly message that explains the violation. |

</section>
#### Example
```json
{
  "message": "Example text"
}
```

