clickup_user_remove
Free a paid ClickUp seat by removing a workspace member. Their assignments and comments remain as history, but access ends instantly.
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. |