clickup_user_remove
Remove a member from a ClickUp workspace to free a paid seat. Their assignments and comments are preserved as historical records, but they lose immediate access. Use to manage workspace membership efficiently.
Instructions
Remove a member from a ClickUp workspace, freeing their paid seat. Destructive — their assignments and comments are preserved as historical records but they lose access immediately. To re-add, use clickup_user_invite (a new invitation will be sent). Returns an empty object on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. | |
| user_id | Yes | Numeric user ID to remove. Obtain from clickup_member_list (field: id). Cannot remove the workspace Owner. |