POST /v2/users/:id/invites/:inviteId/cancellation Cancel an outstanding invite. After cancellation the invite's `state` becomes "cancelled" and its link no longer works. Path params: id (required) — User identifier (UUID). inviteId (required) — Invite identifier (UUID). Request: Empty body. Response (204 No Content): Empty body.