---
search:
  exclude: true
---

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

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

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| workflow_id | <span class="proto-type proto-type-primitive">string</span><br><em class="proto-field-annotation">up to 100 chars</em> | The ID of the workflow to delete. |

</section>
#### Example
```json
{
  "workflow_id": "DFg5"
}
```

