clickup_remove_guest_from_workspace
Remove a guest from an entire ClickUp Workspace, revoking access to all tasks, lists, and folders they were shared on. Only works on Enterprise plans.
Instructions
Revoke a guest's access to an entire Workspace.
This removes the guest from every task/list/folder they were shared on — it is not scoped to a single item. Note: Enterprise plan only — returns 403 on other plans.
When to Use:
Offboarding an external collaborator entirely.
When NOT to Use:
Revoking access to just one task/list/folder — use
clickup_remove_guest_from_task/_list/_folderinstead.
Returns:
A confirmation string, or an Error ... string on failure.
Examples: params = {"team_id": "123", "guest_id": "456"}
Error Handling: 403 means the Workspace is not on the Enterprise plan. 404 means the guest id does not exist on this Workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |