# Delete

Launch stage: Beta

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

Deletes a group from the <Databricks> account by its internal ID.

API scopes: identity

## Path parameters

- `account_id` (string, optional)
  Required. The account ID for which the group is being deleted.
- `group_id` (string, optional)
  Required. Internal ID of the group in <Databricks>.

## Response

```json
{}
```

