# Delete

Launch stage: Beta

`DELETE /api/2.0/identity/workspace-assignments/{principal_id}`

Deletes a workspace assignment for a principal in the calling workspace, revoking all of
 its entitlements. Entitlements are revoked one at a time rather than atomically. If the request
 fails partway through, the principal stays assigned with some of its original entitlements.
 Retrying is safe.

API scopes: identity

## Path parameters

- `principal_id` (int64, required)
  Required. ID of the principal in Databricks to delete workspace assignment for.

## Response

```json
{}
```

