Delete Team Invite
deleteTeamInviteRevoke an invitation so its link and email can no longer be used. Accepts either a team invitation (requires Superadmin or above on the invitation's team) or a Clarity process invitation (requires the process creator or a team admin). Revoking one side also revokes its linked counterpart when a process invitation created both.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the invitation to revoke. Accepts either a team invitation or a Clarity process invitation. | |
| team_id | No | Duvo team UUID to operate on. API keys are pinned to a single team — omit this (it falls back to the key's team) or pass that same team; a different team is rejected. OAuth callers, who can span multiple teams, should pass the target team here. |