# Delete

Launch stage: Beta

`DELETE /api/2.0/identity/groups/{group_id}`

Deletes a group by its internal ID from the Databricks
 account that parents the calling workspace.

API scopes: identity

## Path parameters

- `group_id` (string, required)
  Required. Internal ID of the group in Databricks.

## Response

```json
{}
```

