Forum Discussion
LarsKnoll
Jul 27, 2026Copper Contributor
TeamsTab.ReadWriteSelfForTeam: deleting a tab fails with 400 "appId cannot be null or whitespace"
We have a published Teams app that pins a configurable tab into a team channel via Microsoft Graph and removes it again when the user uninstalls our app from that channel. Creating the tab works. Del...
Sayali-MSFT
Microsoft
Jul 30, 2026Hello LarsKnoll,
We are tried with the above scenario and it is working fine from our end.
I'd suggest verifying that the tab was created by the same Teams app/App ID used in the access token, confirming the token contains the expected TeamsTab.ReadWriteSelfForTeam scope, and comparing the teamsAppId returned by GET .../tabs?$expand=teamsApp with the app identity in the token.