Remove workspace member
Remove a member from the workspace by revoking all their roles.
This revokes all active role bindings for the principal in the workspace.
By default, this endpoint waits for all roles to be revoked before returning.
Use `wait_role_propagation=false` to skip waiting (useful for bulk operations).
Example:
```
DELETE /apis/entities/v2/workspaces/ml-team/members/user@example.com
```
Path parameters
workspace
principal_id
Query parameters
wait_role_propagation
If true, wait for roles to propagate before returning (default: true). Set to false for bulk operations.
Response
Successful Response
message
id
The ID of the deleted resource.
deleted_at
The timestamp when the resource was deleted.
Errors
422
Unprocessable Entity Error