Delete/invalidate invites

Is there a way to delete or invalidate an invite link after it’s been created? For example, if you create a permanent invite and decide that it should no longer be active, how would you go about doing that?

Unfortunately there’s no way to do this in the web UI, besides when you first create the invite (by limiting uses or time it’s valid).

The only way to invalidate an invite then would be to go into the database (userinvites table) and delete the row, or simply change the max_uses value to a lower value – this allows you to still track which users have joined via which invite.