# Delete User

Launch stage: GA

`DELETE /api/2.0/preview/scim/v2/Users/{id}`

Deletes a user. Deleting a user from a <Databricks> workspace also removes objects associated with the user.

API scopes: scim

## Path parameters

- `id` (string, optional)
  Unique ID for a user in the <Databricks> workspace.

## Response

```json
{}
```

