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