remove_guest_from_task
Revoke a guest's access to a single task by providing task and guest IDs. Enterprise plan only.
Instructions
Revoke a guest's access to a single task. Returns a confirmation. Enterprise plan only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the task to unshare. | |
| guest_id | Yes | ID of the guest (the guest user's numeric id). | |
| custom_task_ids | No | Set true when `task_id` is a custom task ID instead of a native ClickUp ID. Requires team_id. | |
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. |