remove_workspace_member
Remove a user from a workspace to revoke their access while keeping them in the organization.
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 |
|---|---|---|---|
| workspace_id | Yes | The workspace ID | |
| user_id | Yes | The user ID to remove |
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 |