Delete a User Completely
This will remove all information Usertour has about a user. Here’s how to do it:- Go to the Users page and find the user
- Select the row with the user’s information
- Click “Delete user”
If the user signs into your app again (and
usertour.identify()
is called), they’ll be recreated in Usertour - but without any history of completed flows.
Delete a Single Flow/Checklist/Launcher Session
This only deletes the record for a single session. This is useful when you want to:- Make a flow/checklist eligible for auto-start again (if it has auto-start conditions)
- Show a launcher again if it was previously dismissed
- Go to the content’s detail page
- Select one of the user’s flow sessions
- Click the three-dot menu on the right
- Select “Delete session”

Dismiss a Flow for All Users
You can dismiss a flow for everyone by unpublishing it. This is especially helpful when:- You accidentally published the wrong flow
- You have an old version running with an error that’s causing users to get stuck (preventing other flows from starting)