clickup_remove_guest_from_list
Revoke a guest's access to a List while leaving their other shared items intact. Enterprise plan required.
Instructions
Revoke a guest's access to a List.
Note: Enterprise plan only — returns 403 on other plans.
When to Use:
Un-sharing a whole List from a guest while leaving their other shared items intact.
When NOT to Use:
Removing just one task — use
clickup_remove_guest_from_task.
Returns:
A confirmation string, or an Error ... string on failure.
Examples: params = {"list_id": "789", "guest_id": "456"}
Error Handling: 403 means the Workspace is not on the Enterprise plan. 404 means the list or guest id does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |