# Delete

Launch stage: GA

`DELETE /api/2.0/accounts/{account_id}/network-connectivity-configs/{network_connectivity_config_id}`

Deletes a network connectivity configuration.

API scopes: networking

## Path parameters

- `account_id` (string, optional)
  Your <Databricks> account ID. You can find your account ID in your <Databricks> accounts console.
- `network_connectivity_config_id` (string, optional)
  Your Network Connectivity Configuration ID.

## Response

```json
{}
```

