clickup_guest_remove
Remove a guest user from a ClickUp workspace to revoke all access permanently. This action deletes all share records and prevents login, requiring re-invitation for future access.
Instructions
Permanently revoke a guest user's access to a ClickUp workspace. All share-records for the guest are deleted and they can no longer log in. Destructive and irreversible — to re-invite, use clickup_guest_invite (a new guest_id will be assigned). Requires Enterprise plan. Returns an empty object on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guest_id | Yes | Numeric guest user ID to remove. Obtain from clickup_guest_get or clickup_guest_invite. All their shared-item access is revoked. | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. |