# <a id="bitdrift.public.unary.admin.v1.DeleteConnectorRequest"></a>DeleteConnectorRequest

**Source definition:** [`src/bitdrift/public/unary/admin/v1/connector.proto#L57-L63`](<https://github.com/bitdriftlabs/api/blob/main/src/bitdrift/public/unary/admin/v1/connector.proto#L57-L63>)

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| name | <span class="proto-type proto-type-primitive">string</span><br><em class="proto-field-annotation">between 1 and 255 chars</em> | The name of the connector to delete. |

</section>
<p class="h4">Example</p>
```json
{
  "name": "example-connector"
}
```

