clickup_guest_unshare_list
Revoke a guest user's access to a specific list in ClickUp while preserving their other task or folder permissions. Requires Enterprise plan.
Instructions
Revoke a guest user's access to a specific list. The guest keeps any separate task-level or folder-level grants they may also have. Destructive in that the guest immediately loses access, but the guest account itself remains — re-share with clickup_guest_share_list. Requires Enterprise plan. Returns the updated guest object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guest_id | Yes | Numeric guest user ID. Obtain from clickup_guest_get or clickup_guest_invite. | |
| list_id | Yes | ID of the list whose access to revoke. Obtain from clickup_list_list (field: id). |