clickup_remove_user_from_workspace
Deactivate a full member's access to a workspace. Use for offboarding internal teammates who need to have their workspace access removed.
Instructions
Deactivate a full member's access to a Workspace.
Note: Enterprise plan only — returns 403 on other plans.
When to Use:
Offboarding an internal teammate who should lose all Workspace access.
When NOT to Use:
Revoking a guest's access — use
clickup_remove_guest_from_workspaceinstead.
Returns:
A confirmation string, or an Error ... string on failure.
Examples: params = {"team_id": "123", "user_id": "456"}
Error Handling: 403 means the Workspace is not on the Enterprise plan (or you lack admin rights). 404 means the user id does not exist on this Workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |