remove_workspace_member
Revoke a user's workspace access by removing them from the workspace without deleting their organization account.
Instructions
Remove a user from a workspace and revoke workspace access. This does not delete the user from the organization; use delete_user for full removal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The user ID to remove | |
| workspace_id | Yes | The workspace ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |