---
search:
  exclude: true
---

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

| Field | Type | Description |
|---|---|---|
| violations | <span class="proto-type proto-type-message">repeated [<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){ title="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. |

#### Example
```json
{
  "violations": [
    {
      "message": "Example text"
    }
  ]
}
```

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

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

#### Example
```json
{
  "message": "Example text"
}
```

