Uninstall ms teams app / bot for a user ( bot framework bot )

Is it possible to uninstall a bot for a user in ms teams using some MS graph api or any other method? We have a user which is not able to talk to a bot in teams. It used to work before, but lately every messages user types runs into an error. So we were thinking to delete / uninstall the bot for that user and, have him install again.


There is an endpoint that you should be able to use for this: https://docs.microsoft.com/en-us/graph/api/userteamwork-delete-installedapps?view=graph-rest-1.0&tabs=http . Would it not be easier to just have the user uninstall the app in Teams though (right click on the app's icon and select 'Uninstall').

That said, I don't know if it would help - it sounds like something else might be wrong. Is this the only user having the issue? If everyone is seeing it, you should check if the Teams 'Channel' is enabled in the Bot's settings in the Azure resource (here's more info: https://docs.microsoft.com/en-us/azure/bot-service/bot-service-manage-channels?view=azure-bot-service-4.0).