# Delete

Launch stage: Beta

`DELETE /api/2.0/identity/groups/{group_id}/direct-members/{principal_id}`

Deletes a group membership (unassigns a principal from a group).

API scopes: identity

## Path parameters

- `group_id` (int64, optional)
  Required. Internal ID of the group in <Databricks>.
- `principal_id` (int64, optional)
  Required. Internal ID of the principal to be unassigned from the group.

## Response

```json
{}
```

