# Delete

Launch stage: GA

`DELETE /api/networking/v1/{name=accounts/*/endpoints/*}`

Deletes a network endpoint. This will remove the endpoint configuration from <Databricks>.
 Depending on the endpoint type and use case, you may also need to delete corresponding network resources
 in your cloud provider account.

API scopes: provisioning

## Path parameters

- `name` (string, optional)
  Example: `accounts/123e4567-e89b-12d3-a456-426614174000/endpoints/123e4567-e89b-12d3-a456-426614174000`

## Response

```json
{}
```

