# Delete

Launch stage: Beta

`DELETE /api/2.0/identity/users/{user_id}`

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

API scopes: identity

## Path parameters

- `user_id` (string, required)
  Required. Internal ID of the user in Databricks.

## Response

```json
{}
```

