# Delete Workspace Permission Assignment

Launch stage: GA

`DELETE /api/2.0/accounts/{account_id}/workspaces/{workspace_id}/permissionassignments/principals/{principal_id}`

Deletes the workspace permissions assignment in a given account and workspace for the specified principal.

API scopes: access-management

## Path parameters

- `account_id` (string, optional)
  The account ID.
- `workspace_id` (int64, optional)
  The workspace ID for the account.
- `principal_id` (int64, optional)
  The ID of the user, service principal, or group.

## Response

```json
{}
```

