Search code examples
lotus-domino

How to delete a user in Lotus Notes Traveler if they have no devices


I need to delete a user in Lotus Notes Traveler. I enter the command:

tell traveler delete

But the console tells me there is no device by that name,

I dot a tell traveler user user and I see the user has no device.

So how the heck can I delete the user?


Solution

  • tell traveler delete "DEVICEID" (see for them in ex. Traveler.nsf) "USERNAME" (CANONICAL)

    Syntax used without -->" ;)