clickup_remove_guest_from_task
Remove a guest from a specific task while leaving their access to other shared items intact. Ideal for revoking task-level permissions without removing the guest from the workspace.
Instructions
Revoke a guest's access to a single task.
Note: Enterprise plan only — returns 403 on other plans.
When to Use:
Un-sharing one task from a guest while leaving their other shared items intact.
When NOT to Use:
Removing the guest from the whole Workspace — use
clickup_remove_guest_from_workspace.
Returns:
A confirmation string, or an Error ... string on failure.
Examples: params = {"task_id": "abc123", "guest_id": "456"}
Error Handling: 403 means the Workspace is not on the Enterprise plan. 404 means the task or guest id does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |